git: sys.mk: Add the 's' modifier to our ARFLAGS.

Sascha Wildner swildner at crater.dragonflybsd.org
Sun Dec 13 00:25:47 PST 2020


commit 6bae3359fa1ec5d88e148046045c4d9eabcaef21
Author: Sascha Wildner <saw at online.de>
Date:   Sun Dec 13 08:50:32 2020 +0100

    sys.mk: Add the 's' modifier to our ARFLAGS.
    
    This allows us to remove most explicit executions of ranlib(1) and
    lorder(1)/tsort(1) during buildworld, although not all.
    
    Remaining are some 'ar -M' cases for static and profiling libstdc++
    that still need ranlib(1). lorder(1)/tsort(1) are still used in the
    linking of shared libraries.

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

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6bae3359fa1ec5d88e148046045c4d9eabcaef21


-- 
DragonFly BSD source repository


More information about the Commits mailing list