pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk There was one ">" too much, so the fail-wrapper war...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/65e0e5261d0e
branches:  trunk
changeset: 529712:65e0e5261d0e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Jun 09 18:44:37 2007 +0000

description:
There was one ">" too much, so the fail-wrapper warning was printed
multiple times.

diffstat:

 mk/compiler.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 343c5995f15c -r 65e0e5261d0e mk/compiler.mk
--- a/mk/compiler.mk    Sat Jun 09 18:36:36 2007 +0000
+++ b/mk/compiler.mk    Sat Jun 09 18:44:37 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: compiler.mk,v 1.60 2007/06/08 20:48:16 rillig Exp $
+# $NetBSD: compiler.mk,v 1.61 2007/06/09 18:44:37 rillig Exp $
 #
 # This Makefile fragment implements handling for supported C/C++/Fortran
 # compilers.
@@ -175,7 +175,7 @@
        ${ECHO} 'lang="${.TARGET:T:S/-fail-wrapper//}"'; \
        ${ECHO} 'msg="*** Please consider adding $$lang to USE_LANGUAGES in the package Makefile."'; \
        ${ECHO} '${ECHO} "$$msg" >> $$wrapperlog'; \
-       ${ECHO} '${ECHO} "$$msg" >> ${WARNING_DIR}/${.TARGET:T}'; \
+       ${ECHO} '${ECHO} "$$msg" > ${WARNING_DIR}/${.TARGET:T}'; \
        ${ECHO} '${ECHO} "ERROR: To use this compiler, you have to add $$lang to" 1>&2'; \
        ${ECHO} '${ECHO} "ERROR: USE_LANGUAGES in the package Makefile." 1>&2'; \
        ${ECHO} 'exit 1'



Home | Main Index | Thread Index | Old Index