summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.update.mk
diff options
context:
space:
mode:
authortron <tron>2006-06-07 10:04:03 +0000
committertron <tron>2006-06-07 10:04:03 +0000
commit35837255972de649b9d8b690fe9d9439b58f5cd2 (patch)
treef3b6807e10b49c342f9dd12063bfdee161d1f3b1 /mk/bsd.pkg.update.mk
parent20d85e645daf65fc86129df3c1c8cdc2a26df512 (diff)
downloadpkgsrc-35837255972de649b9d8b690fe9d9439b58f5cd2.tar.gz
1.) Remove all instances of '@${WARNING_MSG} "Warning: ...' which resulted
in error message like 'WARNING: Warning: ...'. 2.) Replace "WARN_MSG" with "WARNING_MSG" which makes the "make package" target work again for restricted packages like "acroread7".
Diffstat (limited to 'mk/bsd.pkg.update.mk')
-rw-r--r--mk/bsd.pkg.update.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/mk/bsd.pkg.update.mk b/mk/bsd.pkg.update.mk
index f713d973853..bd43ff2d971 100644
--- a/mk/bsd.pkg.update.mk
+++ b/mk/bsd.pkg.update.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.update.mk,v 1.4 2006/06/05 22:49:44 jlam Exp $
+# $NetBSD: bsd.pkg.update.mk,v 1.5 2006/06/07 10:04:03 tron Exp $
#
# This Makefile fragment is included by bsd.pkg.mk and contains the targets
# and variables for "make update".
@@ -100,9 +100,9 @@ clean-update:
${_PKG_SILENT}${_PKG_DEBUG} \
${MAKE} ${MAKEFLAGS} clean update-dirlist \
DIRLIST="`${CAT} ${_DDIR}`" PKGLIST="`${CAT} ${_DLIST}`"
- @${WARNING_MSG} "Warning: preserved leftover directory list. Your next"
- @${WARNING_MSG} " \`\`${MAKE} update'' may fail. It is advised to use"
- @${WARNING_MSG} " \`\`${MAKE} update REINSTALL=YES'' instead!"
+ @${WARNING_MSG} "preserved leftover directory list. Your next"
+ @${WARNING_MSG} "\`\`${MAKE} update'' may fail. It is advised to use"
+ @${WARNING_MSG} "\`\`${MAKE} update REINSTALL=YES'' instead!"
.endif
.endif # !target(update)