pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/regress/make-quoting regress/make-quoting: replace obs...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a0562264a47e
branches:  trunk
changeset: 428260:a0562264a47e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Apr 26 12:59:28 2020 +0000

description:
regress/make-quoting: replace obsolete _PKG_SILENT with RUN

diffstat:

 regress/make-quoting/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 45a9bccd814b -r a0562264a47e regress/make-quoting/Makefile
--- a/regress/make-quoting/Makefile     Sun Apr 26 12:46:33 2020 +0000
+++ b/regress/make-quoting/Makefile     Sun Apr 26 12:59:28 2020 +0000
@@ -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-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