pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/bulk Remove some redundant printing of messages whe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dd99008c3600
branches:  trunk
changeset: 502954:dd99008c3600
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Fri Nov 11 18:09:13 2005 +0000

description:
Remove some redundant printing of messages when we are cleaning
before/after building the package.

diffstat:

 mk/bulk/bsd.bulk-pkg.mk |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (29 lines):

diff -r 6cfeb92caeff -r dd99008c3600 mk/bulk/bsd.bulk-pkg.mk
--- a/mk/bulk/bsd.bulk-pkg.mk   Fri Nov 11 17:48:25 2005 +0000
+++ b/mk/bulk/bsd.bulk-pkg.mk   Fri Nov 11 18:09:13 2005 +0000
@@ -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@localhost>
@@ -327,8 +327,6 @@
                        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 @@
                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 \



Home | Main Index | Thread Index | Old Index