pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install In the "update" target, use "${UP...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7f552299dca5
branches: trunk
changeset: 502573:7f552299dca5
user: jlam <jlam%pkgsrc.org@localhost>
date: Sun Nov 06 22:17:53 2005 +0000
description:
In the "update" target, use "${UPDATE_TARGET}" to install the new
pkg_install tools. This allows customizing UPDATE_TARGET=package to
produce a binary package instead of just installing the package.
diffstat:
pkgtools/pkg_install/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c36e7399c1e5 -r 7f552299dca5 pkgtools/pkg_install/Makefile
--- a/pkgtools/pkg_install/Makefile Sun Nov 06 22:15:44 2005 +0000
+++ b/pkgtools/pkg_install/Makefile Sun Nov 06 22:17:53 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.117 2005/11/06 22:15:44 jlam Exp $
+# $NetBSD: Makefile,v 1.118 2005/11/06 22:17:53 jlam Exp $
# Notes to package maintainers:
#
@@ -96,7 +96,7 @@
update:
${MAKE}
${MAKE} deinstall UPDATE_RUNNING=YES
- ${MAKE} update
+ ${MAKE} ${UPDATE_TARGET}
${MAKE} clean
.include "../../pkgtools/libnbcompat/inplace.mk"
Home |
Main Index |
Thread Index |
Old Index