Source-Changes-HG archive

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

[src/trunk]: src/external/bsd Use -v to get the expanded variables.



details:   https://anonhg.NetBSD.org/src/rev/5f586697b1a7
branches:  trunk
changeset: 824819:5f586697b1a7
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jun 19 20:12:34 2017 +0000

description:
Use -v to get the expanded variables.

diffstat:

 external/bsd/elftosb/usr.sbin/elftosb/Makefile |  4 ++--
 external/bsd/mdocml/bin/mandoc/Makefile        |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 57c29c5e69d3 -r 5f586697b1a7 external/bsd/elftosb/usr.sbin/elftosb/Makefile
--- a/external/bsd/elftosb/usr.sbin/elftosb/Makefile    Mon Jun 19 20:10:18 2017 +0000
+++ b/external/bsd/elftosb/usr.sbin/elftosb/Makefile    Mon Jun 19 20:12:34 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2013/05/02 03:56:39 matt Exp $
+# $NetBSD: Makefile,v 1.5 2017/06/19 20:12:34 christos Exp $
 
 .include <bsd.init.mk>
 .include <bsd.endian.mk>
@@ -19,7 +19,7 @@
                elftosb_parser.tab.cpp
 
 .ifdef HOSTPROG
-SRCS.lib!=cd ${.PARSEDIR}/../../lib && ${MAKE} -V '$${SRCS}'
+SRCS.lib!=cd ${.PARSEDIR}/../../lib && ${MAKE} -v SRCS
 SRCS+=${SRCS.lib}
 .endif
 
diff -r 57c29c5e69d3 -r 5f586697b1a7 external/bsd/mdocml/bin/mandoc/Makefile
--- a/external/bsd/mdocml/bin/mandoc/Makefile   Mon Jun 19 20:10:18 2017 +0000
+++ b/external/bsd/mdocml/bin/mandoc/Makefile   Mon Jun 19 20:12:34 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2016/07/15 19:40:42 christos Exp $
+# $NetBSD: Makefile,v 1.12 2017/06/19 20:12:34 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -15,7 +15,7 @@
 LDADD+=        -L${MDOCMLOBJDIR.mandoc} -lmandoc -lz
 CPPFLAGS+=     -DUSE_WCHAR
 .else
-SRCS.libmandoc!=cd ${.PARSEDIR}/../../lib/libmandoc && ${MAKE} -V '$${SRCS}'
+SRCS.libmandoc!=cd ${.PARSEDIR}/../../lib/libmandoc && ${MAKE} -v SRCS
 
 SRCS+=         ${SRCS.libmandoc} compat_strtonum.c compat_reallocarray.c
 .endif



Home | Main Index | Thread Index | Old Index