git: mk/crunchgen: Allow to use symlinks for crunched programs

Aaron LI aly at crater.dragonflybsd.org
Sun Jul 1 02:22:29 PDT 2018


commit a4e18c0f6d890e6df865a8832a5dc07dfffe7c02
Author: Aaron LI <aly at aaronly.me>
Date:   Sat Jun 9 13:42:51 2018 +0800

    mk/crunchgen: Allow to use symlinks for crunched programs
    
    Add support to create symlinks (i.e., soft links) instead of hard links
    for the crunched programs.
    
    If the variable CRUNCH_USE_SYMLINKS is set (default: not set), then use
    symlinks instead of hard links.

Summary of changes:
 initrd/Makefile.inc            |  3 +++
 initrd/bin/Makefile            |  3 +++
 initrd/sbin.libcrypto/Makefile |  3 +++
 initrd/sbin/Makefile           |  3 +++
 share/mk/bsd.crunchgen.mk      | 30 ++++++++++++++++++++++--------
 5 files changed, 34 insertions(+), 8 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a4e18c0f6d890e6df865a8832a5dc07dfffe7c02


-- 
DragonFly BSD source repository


More information about the Commits mailing list