summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-12-06 08:51:30 +0000
committerru <ru@FreeBSD.org>2004-12-06 08:51:30 +0000
commit0a293bea5cab5e7f7df39a2edaef8e0034ba0a16 (patch)
tree3d8db8efb95ca203e1469eb6da2a248ca2e2a21c /tools
parent797ee5660373e1efaa366f10c37bbebe93737c89 (diff)
downloadFreeBSD-src-0a293bea5cab5e7f7df39a2edaef8e0034ba0a16.zip
FreeBSD-src-0a293bea5cab5e7f7df39a2edaef8e0034ba0a16.tar.gz
Make this work under debugging, e.g., "make -dl".
Diffstat (limited to 'tools')
-rw-r--r--tools/build/make_check/Makefile2
-rw-r--r--tools/regression/usr.bin/make/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/build/make_check/Makefile b/tools/build/make_check/Makefile
index 7621f73..777dd7f 100644
--- a/tools/build/make_check/Makefile
+++ b/tools/build/make_check/Makefile
@@ -18,7 +18,7 @@ DATA2= yello
DATA1:= ${DATA5:S/l/r/g}
NIL=
-SMAKE= ${MAKE} -C ${.CURDIR}
+SMAKE= MAKEFLAGS= ${MAKE} -C ${.CURDIR}
all:
@if [ ! -x ./shell_test ] ; then \
diff --git a/tools/regression/usr.bin/make/Makefile b/tools/regression/usr.bin/make/Makefile
index 7621f73..777dd7f 100644
--- a/tools/regression/usr.bin/make/Makefile
+++ b/tools/regression/usr.bin/make/Makefile
@@ -18,7 +18,7 @@ DATA2= yello
DATA1:= ${DATA5:S/l/r/g}
NIL=
-SMAKE= ${MAKE} -C ${.CURDIR}
+SMAKE= MAKEFLAGS= ${MAKE} -C ${.CURDIR}
all:
@if [ ! -x ./shell_test ] ; then \
OpenPOWER on IntegriCloud