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 "ranlib -t" doesn't work o...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2ce5eeeeca5d
branches: trunk
changeset: 392863:2ce5eeeeca5d
user: minskim <minskim%pkgsrc.org@localhost>
date: Tue May 12 23:21:10 2009 +0000
description:
"ranlib -t" doesn't work on Darwin; use "touch" instead.
diffstat:
pkgtools/bootstrap-mk-files/Makefile | 4 ++--
pkgtools/bootstrap-mk-files/files/mods/Darwin.bsd.lib.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r 2894d4d7e2d6 -r 2ce5eeeeca5d pkgtools/bootstrap-mk-files/Makefile
--- a/pkgtools/bootstrap-mk-files/Makefile Tue May 12 21:43:48 2009 +0000
+++ b/pkgtools/bootstrap-mk-files/Makefile Tue May 12 23:21:10 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2009/04/09 00:48:10 joerg Exp $
+# $NetBSD: Makefile,v 1.22 2009/05/12 23:21:10 minskim Exp $
-DISTNAME= bootstrap-mk-files-20090226
+DISTNAME= bootstrap-mk-files-20090512
CATEGORIES= pkgtools
MASTER_SITES= # empty
DISTFILES= # empty
diff -r 2894d4d7e2d6 -r 2ce5eeeeca5d pkgtools/bootstrap-mk-files/files/mods/Darwin.bsd.lib.mk
--- a/pkgtools/bootstrap-mk-files/files/mods/Darwin.bsd.lib.mk Tue May 12 21:43:48 2009 +0000
+++ b/pkgtools/bootstrap-mk-files/files/mods/Darwin.bsd.lib.mk Tue May 12 23:21:10 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Darwin.bsd.lib.mk,v 1.2 2007/08/10 13:04:13 joerg Exp $
+# $NetBSD: Darwin.bsd.lib.mk,v 1.3 2009/05/12 23:21:10 minskim Exp $
# @(#)bsd.lib.mk 8.3 (Berkeley) 4/22/94
.if !target(__initialized__)
@@ -352,7 +352,7 @@
__archiveinstall: .USE
${INSTALL} ${RENAME} ${PRESERVE} ${COPY} ${INSTPRIV} -o ${LIBOWN} \
-g ${LIBGRP} -m 600 ${.ALLSRC} ${.TARGET}
- ${RANLIB} -t ${.TARGET}
+ touch ${.TARGET}
chmod ${LIBMODE} ${.TARGET}
DPSRCS+= ${SRCS:M*.l:.l=.c} ${SRCS:M*.y:.y=.c}
Home |
Main Index |
Thread Index |
Old Index