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/c0cc61fbea68
branches: trunk
changeset: 354518:c0cc61fbea68
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 3dacd066f251 -r c0cc61fbea68 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 3dacd066f251 -r c0cc61fbea68 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