summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorrillig <rillig>2006-02-03 20:47:06 +0000
committerrillig <rillig>2006-02-03 20:47:06 +0000
commitd96a200b7e3bb1f0661b54a2fc097c5b9fb1817b (patch)
tree9cf37e2c25b93e1e0f8d261a6ccabf6aecd93a37 /mk
parent9e7eb0693c0be54e23f819be967d7b6793747d02 (diff)
downloadpkgsrc-d96a200b7e3bb1f0661b54a2fc097c5b9fb1817b.tar.gz
If a package is still up to date, it doesn't matter if it is currently
installed or not. So there is no need for two different messages. (They had been necessary in revision 1.1, though.)
Diffstat (limited to 'mk')
-rw-r--r--mk/bulk/bsd.bulk-pkg.mk10
1 files changed, 3 insertions, 7 deletions
diff --git a/mk/bulk/bsd.bulk-pkg.mk b/mk/bulk/bsd.bulk-pkg.mk
index ab40c4af854..e5a0cf8e02d 100644
--- a/mk/bulk/bsd.bulk-pkg.mk
+++ b/mk/bulk/bsd.bulk-pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.bulk-pkg.mk,v 1.113 2006/01/21 15:44:23 rillig Exp $
+# $NetBSD: bsd.bulk-pkg.mk,v 1.114 2006/02/03 20:47:06 rillig Exp $
#
# Copyright (c) 1999, 2000 Hubert Feyrer <hubertf@NetBSD.org>
@@ -346,12 +346,8 @@ bulk-package:
installed=0; \
fi ; \
if [ $$uptodate = 1 ]; then \
- ( if [ $$installed = 1 ]; then \
- ${BULK_MSG} "Package ${PKGNAME} is up-to-date, and still installed" ; \
- else \
- ${BULK_MSG} "Nothing to be done." ; \
- fi \
- ) 2>&1 | ${TEE} -a ${_BUILDLOG:Q}; \
+ { ${BULK_MSG} "Nothing to be done for ${PKGNAME}." ; \
+ } 2>&1 | ${TEE} -a ${_BUILDLOG:Q}; \
else \
( if [ $$installed = 1 ]; then \
${BULK_MSG} "Removing outdated (installed) package ${PKGNAME} first." ; \