From 79413b9a35c9bab64265619b50b339e20aa30a34 Mon Sep 17 00:00:00 2001 From: minskim Date: Tue, 12 May 2009 23:21:10 +0000 Subject: "ranlib -t" doesn't work on Darwin; use "touch" instead. --- pkgtools/bootstrap-mk-files/Makefile | 4 ++-- pkgtools/bootstrap-mk-files/files/mods/Darwin.bsd.lib.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'pkgtools') diff --git a/pkgtools/bootstrap-mk-files/Makefile b/pkgtools/bootstrap-mk-files/Makefile index 509af57a02b..5a3d62792c8 100644 --- a/pkgtools/bootstrap-mk-files/Makefile +++ b/pkgtools/bootstrap-mk-files/Makefile @@ -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 --git a/pkgtools/bootstrap-mk-files/files/mods/Darwin.bsd.lib.mk b/pkgtools/bootstrap-mk-files/files/mods/Darwin.bsd.lib.mk index 61d7c0b3ae7..7f80376458a 100644 --- a/pkgtools/bootstrap-mk-files/files/mods/Darwin.bsd.lib.mk +++ b/pkgtools/bootstrap-mk-files/files/mods/Darwin.bsd.lib.mk @@ -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 @@ __archivebuild: .USE __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} -- cgit v1.2.3