git: libstand: Rework makefile to avoid repeated building

John Marino marino at crater.dragonflybsd.org
Mon Mar 23 09:10:16 PDT 2015


commit 217126c8c0d94a9318ade9f0752c5d0986710b6b
Author: John Marino <draco at marino.st>
Date:   Mon Mar 23 14:39:27 2015 +0100

    libstand: Rework makefile to avoid repeated building
    
    The change to use i386 headers for x86_64 was like a sledgehammer.
    From my investigation, "cpu" is not needed at all, and only four headers
    are needed from "machine".  The "cpu" directory is still created so that
    if some attempt to "#include <cpu/xxx>" is made, it will fail.
    
    By adding exact header dependencies, we prevent libstand from building
    over and over again in quickworld.

Summary of changes:
 lib/libstand/Makefile | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/217126c8c0d94a9318ade9f0752c5d0986710b6b


-- 
DragonFly BSD source repository



More information about the Commits mailing list