pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Grammar fix in error message.
details: https://anonhg.NetBSD.org/pkgsrc/rev/1be05d86aa01
branches: trunk
changeset: 548682:1be05d86aa01
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Oct 20 20:44:49 2008 +0000
description:
Grammar fix in error message.
diffstat:
mk/compiler.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c76052afc9ea -r 1be05d86aa01 mk/compiler.mk
--- a/mk/compiler.mk Mon Oct 20 20:42:05 2008 +0000
+++ b/mk/compiler.mk Mon Oct 20 20:44:49 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: compiler.mk,v 1.67 2008/10/20 18:33:50 ahoka Exp $
+# $NetBSD: compiler.mk,v 1.68 2008/10/20 20:44:49 wiz Exp $
#
# This Makefile fragment implements handling for supported C/C++/Fortran
# compilers.
@@ -184,7 +184,7 @@
${ECHO} '${ECHO} "$$msg" >> $$wrapperlog'; \
${ECHO} '${ECHO} "$$msg" > ${WARNING_DIR}/${.TARGET:T}'; \
${ECHO} '${ECHO} "PKGSRC-WARNING: Something is trying to run the $$lang compiler," 1>&2'; \
- ${ECHO} '${ECHO} "PKGSRC-WARNING: but its not added to USE_LANGUAGES in the package Makefile." 1>&2'; \
+ ${ECHO} '${ECHO} "PKGSRC-WARNING: but it is not added to USE_LANGUAGES in the package Makefile." 1>&2'; \
${ECHO} 'exit 1'
${RUN}${CHMOD} +x ${.TARGET}
Home |
Main Index |
Thread Index |
Old Index