pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/check STEP_MSG may be a hidden command.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/55f6e0473fd5
branches:  trunk
changeset: 537993:55f6e0473fd5
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Jan 23 14:30:59 2008 +0000

description:
STEP_MSG may be a hidden command.

diffstat:

 mk/check/check-files.mk |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r 2174fffb7592 -r 55f6e0473fd5 mk/check/check-files.mk
--- a/mk/check/check-files.mk   Wed Jan 23 14:12:32 2008 +0000
+++ b/mk/check/check-files.mk   Wed Jan 23 14:30:59 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: check-files.mk,v 1.20 2007/09/27 13:57:12 rillig Exp $
+# $NetBSD: check-files.mk,v 1.21 2008/01/23 14:30:59 rillig Exp $
 #
 # This file checks that the list of installed files matches the PLIST.
 # For that purpose it records the file list of LOCALBASE before and
@@ -172,12 +172,10 @@
 
 .PHONY: check-files-pre-message check-files-post-message
 check-files-pre-message:
-       ${_PKG_SILENT}${_PKG_DEBUG}${STEP_MSG}                          \
-               "Generating pre-install file lists"
+       @${STEP_MSG} "Generating pre-install file lists"
 
 check-files-post-message:
-       ${_PKG_SILENT}${_PKG_DEBUG}${STEP_MSG}                          \
-               "Generating post-install file lists"
+       @${STEP_MSG} "Generating post-install file lists"
 
 ${_CHECK_FILES_PRE.prefix} ${_CHECK_FILES_POST.prefix}:
        ${_PKG_SILENT}${_PKG_DEBUG}                                     \



Home | Main Index | Thread Index | Old Index