pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/bulk "uptodate-pkgtools" is actually a dead target ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3a58b5dd834f
branches: trunk
changeset: 487462:3a58b5dd834f
user: tv <tv%pkgsrc.org@localhost>
date: Fri Jan 14 15:32:34 2005 +0000
description:
"uptodate-pkgtools" is actually a dead target these days. Use "fetch" in
pkgtools/pkglint to determine if pkg_install needs an update.
diffstat:
mk/bulk/build | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r c9b641c21fe5 -r 3a58b5dd834f mk/bulk/build
--- a/mk/bulk/build Fri Jan 14 15:26:23 2005 +0000
+++ b/mk/bulk/build Fri Jan 14 15:32:34 2005 +0000
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: build,v 1.47 2004/12/11 02:49:57 kristerw Exp $
+# $NetBSD: build,v 1.48 2005/01/14 15:32:34 tv Exp $
#
# Copyright (c) 1999, 2000 Hubert Feyrer <hubertf%NetBSD.org@localhost>
@@ -167,7 +167,7 @@
# Check that the pkg_tools are up to date
(cd ${USR_PKGSRC}/pkgtools/pkglint && \
- ${BMAKE} uptodate-pkgtools >/dev/null 2>&1) || \
+ ${BMAKE} fetch >/dev/null 2>&1 ) || \
( echo "Updating pkgtools" && \
cd ${USR_PKGSRC}/pkgtools/pkg_install && ${BMAKE} clean && \
${BMAKE} install && ${BMAKE} clean )
Home |
Main Index |
Thread Index |
Old Index