summaryrefslogtreecommitdiff
path: root/mk/bulk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-02-03 20:47:06 +0000
committerrillig <rillig@pkgsrc.org>2006-02-03 20:47:06 +0000
commit2aa47ceaea6fe89028acfaa73461693bb414d278 (patch)
tree9cf37e2c25b93e1e0f8d261a6ccabf6aecd93a37 /mk/bulk
parent23226bee939b21d34cb93388b55f4ad78e7a79aa (diff)
downloadpkgsrc-2aa47ceaea6fe89028acfaa73461693bb414d278.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/bulk')
-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." ; \