git: Remove local ar(1) operation code definitions and use ARFLAGS.

Sascha Wildner swildner at crater.dragonflybsd.org
Sat Dec 12 12:41:54 PST 2020


commit 39b2222a2c84b0503cc09645f1ab51bbde1c4156
Author: Sascha Wildner <saw at online.de>
Date:   Sat Dec 12 21:41:27 2020 +0100

    Remove local ar(1) operation code definitions and use ARFLAGS.
    
    Remove 'l' from ARFLAGS (serves no purpose) and add 'c' to silence
    archive creation warnings.
    
    Note that we do not need to care about 'D' because our binutils were
    configured with '--enable-deterministic-archives'.
    
    To be done later: Adding 's' and stop running lorder/ranlib explicitly.

Summary of changes:
 gnu/usr.bin/cc80/Makefile.intcxx_lib | 2 +-
 share/mk/bsd.hostlib.mk              | 2 +-
 share/mk/bsd.lib.mk                  | 6 +++---
 share/mk/sys.mk                      | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/39b2222a2c84b0503cc09645f1ab51bbde1c4156


-- 
DragonFly BSD source repository


More information about the Commits mailing list