summaryrefslogtreecommitdiff
path: root/mk/compiler.mk
diff options
context:
space:
mode:
authorjoerg <joerg>2006-07-27 20:07:06 +0000
committerjoerg <joerg>2006-07-27 20:07:06 +0000
commit0c57bfcc65d8ca05584e623895355d06ad6a3161 (patch)
treefcf4eb003784aed1e6c51a51aa29d16064ff9c16 /mk/compiler.mk
parent2bcfe49ce34da4555175b4797f398753d40d1f27 (diff)
downloadpkgsrc-0c57bfcc65d8ca05584e623895355d06ad6a3161.tar.gz
Make the language warning a bit less forceful, since it is often a false
warning.
Diffstat (limited to 'mk/compiler.mk')
-rw-r--r--mk/compiler.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/compiler.mk b/mk/compiler.mk
index eaa313d537b..04b2092c654 100644
--- a/mk/compiler.mk
+++ b/mk/compiler.mk
@@ -1,4 +1,4 @@
-# $NetBSD: compiler.mk,v 1.54 2006/07/22 05:01:17 rillig Exp $
+# $NetBSD: compiler.mk,v 1.55 2006/07/27 20:07:06 joerg Exp $
#
# This Makefile fragment implements handling for supported C/C++/Fortran
# compilers.
@@ -162,8 +162,8 @@ fail-wrapper: .USE
exec 1>${.TARGET}; \
${ECHO} '#!'${TOOLS_SHELL:Q}; \
${ECHO} 'wrapperlog="$${TOOLS_WRAPPER_LOG-'${_TOOLS_WRAP_LOG:Q}'}"'; \
- ${ECHO} ${ECHO:Q} '"*** Please add USE_LANGUAGES+='${.TARGET:T:S/-fail-wrapper//:Q}' to the package Makefile." >> $$wrapperlog'; \
- ${ECHO} ${ECHO:Q} '"*** Please add USE_LANGUAGES+='${.TARGET:T:S/-fail-wrapper//:Q}' to the package Makefile." > ${WARNING_DIR}/${.TARGET:T}'; \
+ ${ECHO} ${ECHO:Q} '"*** Please consider adding USE_LANGUAGES+='${.TARGET:T:S/-fail-wrapper//:Q}' to the package Makefile." >> $$wrapperlog'; \
+ ${ECHO} ${ECHO:Q} '"*** Please consider adding USE_LANGUAGES+='${.TARGET:T:S/-fail-wrapper//:Q}' to the package Makefile." > ${WARNING_DIR}/${.TARGET:T}'; \
${ECHO} 'exit 1'
${_PKG_SILENT}${_PKG_DEBUG}${CHMOD} +x ${.TARGET}