summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2015-07-04 12:33:36 +0000
committerryoon <ryoon@pkgsrc.org>2015-07-04 12:33:36 +0000
commit1f10523de80ac2c39a145b8a08fe8fcab96fdbae (patch)
tree6c1d6c9124cbd7f79eac72d86c79a1342d6b31ce /pkgtools
parent30f45642b910770ce4e8672166d66815776b3c13 (diff)
downloadpkgsrc-1f10523de80ac2c39a145b8a08fe8fcab96fdbae.tar.gz
Revert generic part.
Requested by jperkin@ and joerg@.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/bootstrap-mk-files/files/bsd.lib.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/bootstrap-mk-files/files/bsd.lib.mk b/pkgtools/bootstrap-mk-files/files/bsd.lib.mk
index c9ea31d22e8..8f3fe6d4810 100644
--- a/pkgtools/bootstrap-mk-files/files/bsd.lib.mk
+++ b/pkgtools/bootstrap-mk-files/files/bsd.lib.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.lib.mk,v 1.6 2015/07/04 07:19:08 ryoon Exp $
+# $NetBSD: bsd.lib.mk,v 1.7 2015/07/04 12:33:36 ryoon Exp $
# @(#)bsd.lib.mk 8.3 (Berkeley) 4/22/94
.if !target(__initialized__)
@@ -350,7 +350,7 @@ realall: ${SRCS} ${ALLOBJS:O} ${_LIBS}
__archivebuild: .USE
@rm -f ${.TARGET}
- ${AR} cq ${.TARGET} ${.ALLSRC:M*o}
+ ${AR} cq ${.TARGET} `NM=${NM} ${LORDER} ${.ALLSRC:M*o} | ${TSORT}`
${RANLIB} ${.TARGET}
__archiveinstall: .USE