git: DragonFly_RELEASE_4_8 kernel/acpi: Untangle the wakecode generation during buildkernel.
Sascha Wildner
swildner at crater.dragonflybsd.org
Sun Jul 30 13:16:30 PDT 2017
commit fae213dc361d5b9d07fe7b32faca2dca2e508fae
Author: Sascha Wildner <saw at online.de>
Date: Sat Jul 8 23:18:23 2017 +0200
kernel/acpi: Untangle the wakecode generation during buildkernel.
* Use file2c instead of hexdump and remove hexdump from the bootstrap
tools.
* Remove the nested make invocation and the genwakecode.sh script
too. Instead, do all the steps from acpica's Makefile and
sys/conf/files.
* Finally, comment it all out because right now all of this isn't
used.
* This commit also silences a "Object directory not changed from
original" make warning.
Reported-by: zrj
Based-on: FreeBSD
Summary of changes:
Makefile.inc1 | 3 +--
sys/dev/acpica/Makefile | 15 +++++++++------
sys/platform/pc64/acpica/Makefile | 25 -------------------------
sys/platform/pc64/acpica/genwakecode.sh | 15 ---------------
sys/platform/pc64/conf/files | 20 +++++++++++++++-----
5 files changed, 25 insertions(+), 53 deletions(-)
delete mode 100644 sys/platform/pc64/acpica/Makefile
delete mode 100644 sys/platform/pc64/acpica/genwakecode.sh
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/fae213dc361d5b9d07fe7b32faca2dca2e508fae
--
DragonFly BSD source repository
More information about the Commits
mailing list