git: initrd: Fix parallel build

Aaron LI aly at crater.dragonflybsd.org
Sun Jul 1 19:04:48 PDT 2018


commit 7279052efaf1dc2bca86b53993d0d71ed106b308
Author: Aaron LI <aly at aaronly.me>
Date:   Mon Jul 2 09:30:20 2018 +0800

    initrd: Fix parallel build
    
    Add explicit target orders to oinit/Makefile, because such orders are
    set in <bsd.subdir.mk> but not in <bsd.prog.mk>.
    
    Since the make targets (e.g., depend, all, install, clean) are now
    ordered, so remove 'clean cleandepend' from the same command as
    'depend all install'.
    
    Also allow defining the 'NO_CLEAN" variable to not clean previous builds.

Summary of changes:
 initrd/Makefile       | 9 +++++----
 initrd/oinit/Makefile | 2 ++
 2 files changed, 7 insertions(+), 4 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7279052efaf1dc2bca86b53993d0d71ed106b308


-- 
DragonFly BSD source repository



More information about the Commits mailing list