Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk Revert rev 1.359 which broke libsa builds. PR/50101



details:   https://anonhg.NetBSD.org/src/rev/a84af486b96a
branches:  trunk
changeset: 339587:a84af486b96a
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Wed Jul 29 14:35:04 2015 +0000

description:
Revert rev 1.359 which broke libsa builds. PR/50101

diffstat:

 share/mk/bsd.lib.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ccae67971b53 -r a84af486b96a share/mk/bsd.lib.mk
--- a/share/mk/bsd.lib.mk       Wed Jul 29 14:32:54 2015 +0000
+++ b/share/mk/bsd.lib.mk       Wed Jul 29 14:35:04 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.lib.mk,v 1.359 2015/07/20 12:20:26 joerg Exp $
+#      $NetBSD: bsd.lib.mk,v 1.360 2015/07/29 14:35:04 tsutsui Exp $
 #      @(#)bsd.lib.mk  8.3 (Berkeley) 4/22/94
 
 .include <bsd.init.mk>
@@ -542,7 +542,7 @@
 __archivebuild: .USE
        ${_MKTARGET_BUILD}
        rm -f ${.TARGET}
-       ${AR} ${_ARFL} ${.TARGET} ${.ALLSRC:M*o:O}
+       ${AR} ${_ARFL} ${.TARGET} `NM=${NM} ${LORDER} ${.ALLSRC:M*o} | ${TSORT}`
 .endif
 
 .if !target(__archiveinstall)



Home | Main Index | Thread Index | Old Index