git: bsd.lib.mk: Allow for possibility to override static lib target

John Marino marino at crater.dragonflybsd.org
Tue Feb 10 11:26:57 PST 2015


commit 90c1099282c447b18bc9db91ed0e5a32b1771252
Author: John Marino <draco at marino.st>
Date:   Tue Feb 10 20:24:32 2015 +0100

    bsd.lib.mk: Allow for possibility to override static lib target
    
    The upcoming fix for gcc 5.0 libstdc++.a requires a dedicated static
    library target.  Up until now this hasn't been possible without bmake
    screaming about duplicate targets (although it does work).  Add a simple
    "if not target defined" check to bsd.lib.mk to avoid these warnings.

Summary of changes:
 share/mk/bsd.lib.mk | 2 ++
 1 file changed, 2 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/90c1099282c447b18bc9db91ed0e5a32b1771252


-- 
DragonFly BSD source repository



More information about the Commits mailing list