git: kernel/acpi: Untangle the wakecode generation during buildkernel.

Sascha Wildner swildner at crater.dragonflybsd.org
Sat Jul 8 14:18:40 PDT 2017


commit 5e92dae6c0adc6e841393a5bd22bd964100fe5e6
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/5e92dae6c0adc6e841393a5bd22bd964100fe5e6


-- 
DragonFly BSD source repository


More information about the Commits mailing list