summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-11-11 18:09:13 +0000
committerkristerw <kristerw>2005-11-11 18:09:13 +0000
commit35842ec5912e7ac08010105b1230f707f610537b (patch)
treee10d99c15450f1216ef7a87ed5874359d99559e4 /mk
parent776e02095ab6e2c143831870051e267f88916eb5 (diff)
downloadpkgsrc-35842ec5912e7ac08010105b1230f707f610537b.tar.gz
Remove some redundant printing of messages when we are cleaning
before/after building the package.
Diffstat (limited to 'mk')
-rw-r--r--mk/bulk/bsd.bulk-pkg.mk8
1 files changed, 2 insertions, 6 deletions
diff --git a/mk/bulk/bsd.bulk-pkg.mk b/mk/bulk/bsd.bulk-pkg.mk
index 8c9b58d7f8a..3a6821a0064 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.96 2005/11/11 13:17:58 rillig Exp $
+# $NetBSD: bsd.bulk-pkg.mk,v 1.97 2005/11/11 18:09:13 kristerw Exp $
#
# Copyright (c) 1999, 2000 Hubert Feyrer <hubertf@NetBSD.org>
@@ -327,8 +327,6 @@ bulk-package:
done ;\
fi; \
${BULK_MSG} "Full rebuild in progress..." ; \
- ${BULK_MSG} "Cleaning package ${PKGNAME}" ;\
- ${ECHO_MSG} ${MAKE} clean;\
${DO} ${MAKE} clean;\
if [ "${PRECLEAN}" = "yes" ]; then \
${BULK_MSG} "Removing installed packages which are not needed to build ${PKGNAME}" ; \
@@ -469,9 +467,7 @@ bulk-package:
fi ; \
case ${_PRESERVE_WRKDIR} in \
yes|YES) ;; \
- *) ${BULK_MSG} "Cleaning package ${PKGNAME}"; \
- ${ECHO_MSG} ${MAKE} clean;\
- ${DO} ${MAKE} clean; \
+ *) ${DO} ${MAKE} clean;; \
esac; \
fi
@if [ ! -f ${PKGFILE} ]; then \