git: initrd: Refactor Makefile and introduce quick{rescue,initrd}

Aaron LI aly at crater.dragonflybsd.org
Wed Jul 4 02:50:51 PDT 2018


commit 4cdf70c73fa40ced4546c8254c224d10069cb3d5
Author: Aaron LI <aly at aaronly.me>
Date:   Wed Jul 4 11:14:27 2018 +0800

    initrd: Refactor Makefile and introduce quick{rescue,initrd}
    
    Refactor the Makefile by splitting the original targets into smaller
    ones.
    
    Introduce targets quick{rescue,initrd} which skip the clean step.
    Such similar behavior was achieved by passing '-DNO_CLEAN' to make.
    (suggested-by: swildner)

Summary of changes:
 Makefile        |  2 +-
 initrd/Makefile | 56 ++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 41 insertions(+), 17 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4cdf70c73fa40ced4546c8254c224d10069cb3d5


-- 
DragonFly BSD source repository



More information about the Commits mailing list