pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk "replace" should depend on ${_PKGSRC_BUILD_TARGETS}...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a79607264c5d
branches: trunk
changeset: 488800:a79607264c5d
user: tv <tv%pkgsrc.org@localhost>
date: Wed Feb 09 16:03:47 2005 +0000
description:
"replace" should depend on ${_PKGSRC_BUILD_TARGETS}, just like "install".
diffstat:
mk/bsd.pkg.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 01218cfbc825 -r a79607264c5d mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk Wed Feb 09 16:00:42 2005 +0000
+++ b/mk/bsd.pkg.mk Wed Feb 09 16:03:47 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1579 2005/02/04 09:19:41 jlam Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1580 2005/02/09 16:03:47 tv Exp $
#
# This file is in the public domain.
#
@@ -3197,7 +3197,7 @@
.PHONY: replace
.if !target(replace)
-replace: uptodate-pkgtools build real-replace
+replace: uptodate-pkgtools ${_PKGSRC_BUILD_TARGETS} real-replace
.endif
.PHONY: undo-replace
Home |
Main Index |
Thread Index |
Old Index