pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/bootstrap-mk-files bootstrap-mk-files-20080310:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/72765387c36c
branches:  trunk
changeset: 539794:72765387c36c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Mar 13 17:28:23 2008 +0000

description:
bootstrap-mk-files-20080310:
IRIX and Linux don't provide lorder in all cases, so just skip
the logic for the resorting before building ar(1)chives.

diffstat:

 pkgtools/bootstrap-mk-files/Makefile                    |  4 ++--
 pkgtools/bootstrap-mk-files/files/mods/IRIX.bsd.lib.mk  |  4 ++--
 pkgtools/bootstrap-mk-files/files/mods/Linux.bsd.lib.mk |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (48 lines):

diff -r 7bb6e64bb1c1 -r 72765387c36c pkgtools/bootstrap-mk-files/Makefile
--- a/pkgtools/bootstrap-mk-files/Makefile      Thu Mar 13 17:02:56 2008 +0000
+++ b/pkgtools/bootstrap-mk-files/Makefile      Thu Mar 13 17:28:23 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2008/02/11 15:17:52 tnn Exp $
+# $NetBSD: Makefile,v 1.10 2008/03/13 17:28:23 joerg Exp $
 
-DISTNAME=      bootstrap-mk-files-20080211
+DISTNAME=      bootstrap-mk-files-20080310
 CATEGORIES=    pkgtools
 MASTER_SITES=  # empty
 DISTFILES=     # empty
diff -r 7bb6e64bb1c1 -r 72765387c36c pkgtools/bootstrap-mk-files/files/mods/IRIX.bsd.lib.mk
--- a/pkgtools/bootstrap-mk-files/files/mods/IRIX.bsd.lib.mk    Thu Mar 13 17:02:56 2008 +0000
+++ b/pkgtools/bootstrap-mk-files/files/mods/IRIX.bsd.lib.mk    Thu Mar 13 17:28:23 2008 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: IRIX.bsd.lib.mk,v 1.2 2007/08/10 13:04:13 joerg Exp $
+#      $NetBSD: IRIX.bsd.lib.mk,v 1.3 2008/03/13 17:28:23 joerg Exp $
 #      @(#)bsd.lib.mk  8.3 (Berkeley) 4/22/94
 
 .if !target(__initialized__)
@@ -346,7 +346,7 @@
 
 __archivebuild: .USE
        @rm -f ${.TARGET}
-       ${AR} cq ${.TARGET} `NM=${NM} ${LORDER} ${.ALLSRC:M*o} | ${TSORT}`
+       ${AR} cq ${.TARGET} ${.ALLSRC:M*o}
 
 __archiveinstall: .USE
        ${INSTALL} ${RENAME} ${PRESERVE} ${COPY} ${INSTPRIV} -o ${LIBOWN} \
diff -r 7bb6e64bb1c1 -r 72765387c36c pkgtools/bootstrap-mk-files/files/mods/Linux.bsd.lib.mk
--- a/pkgtools/bootstrap-mk-files/files/mods/Linux.bsd.lib.mk   Thu Mar 13 17:02:56 2008 +0000
+++ b/pkgtools/bootstrap-mk-files/files/mods/Linux.bsd.lib.mk   Thu Mar 13 17:28:23 2008 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Linux.bsd.lib.mk,v 1.2 2007/08/10 13:04:13 joerg Exp $
+#      $NetBSD: Linux.bsd.lib.mk,v 1.3 2008/03/13 17:28:23 joerg Exp $
 #      @(#)bsd.lib.mk  8.3 (Berkeley) 4/22/94
 
 .if !target(__initialized__)
@@ -346,7 +346,7 @@
 
 __archivebuild: .USE
        @rm -f ${.TARGET}
-       ${AR} cq ${.TARGET} `NM=${NM} ${LORDER} ${.ALLSRC:M*o} | ${TSORT}`
+       ${AR} cq ${.TARGET} ${.ALLSRC:M*o}
        ${RANLIB} ${.TARGET}
 
 __archiveinstall: .USE



Home | Main Index | Thread Index | Old Index