pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/regress/make-quoting
Module Name: pkgsrc
Committed By: rillig
Date: Sun Apr 26 12:59:28 UTC 2020
Modified Files:
pkgsrc/regress/make-quoting: Makefile
Log Message:
regress/make-quoting: replace obsolete _PKG_SILENT with RUN
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/regress/make-quoting/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/regress/make-quoting/Makefile
diff -u pkgsrc/regress/make-quoting/Makefile:1.9 pkgsrc/regress/make-quoting/Makefile:1.10
--- pkgsrc/regress/make-quoting/Makefile:1.9 Fri Nov 30 19:06:32 2018
+++ pkgsrc/regress/make-quoting/Makefile Sun Apr 26 12:59:28 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2018/11/30 19:06:32 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2020/04/26 12:59:28 rillig Exp $
#
DISTNAME= regress-make-18.11
@@ -48,7 +48,7 @@ do-build: do-regress
do-regress:
@printf "Testing bmake(1) version %s\\n" ${NUM_MAKE_VERSION:Q}""
.for t in ${REGRESS_TESTS}
- @${_PKG_SILENT}${_PKG_DEBUG} \
+ @${RUN} \
${ECHO_MSG} "Running testcase "${t:Q}; \
${MAKE} ${MAKEFLAGS} -s -f ${FILESDIR:Q}/${t:Q}.mk \
| diff -u ${FILESDIR:Q}/${t:Q}.out -
Home |
Main Index |
Thread Index |
Old Index