Module Name:    src
Committed By:   sjg
Date:           Thu Aug  6 16:23:53 UTC 2020

Modified Files:
        src/usr.bin/make/unit-tests: Makefile

Log Message:
Use -r for recursive


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src/usr.bin/make/unit-tests/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/make/unit-tests/Makefile
diff -u src/usr.bin/make/unit-tests/Makefile:1.84 src/usr.bin/make/unit-tests/Makefile:1.85
--- src/usr.bin/make/unit-tests/Makefile:1.84	Thu Aug  6 05:36:33 2020
+++ src/usr.bin/make/unit-tests/Makefile	Thu Aug  6 16:23:52 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.84 2020/08/06 05:36:33 rillig Exp $
+# $NetBSD: Makefile,v 1.85 2020/08/06 16:23:52 sjg Exp $
 #
 # Unit tests for make(1)
 #
@@ -103,7 +103,7 @@ FLAGS.envfirst=		-e
 FLAGS.export=		-r
 FLAGS.lint=		-dL -k
 FLAGS.order=		-j1
-FLAGS.recursive=	-dL
+FLAGS.recursive=	-dL -r
 FLAGS.vardebug=		-k -dv FROM_CMDLINE=
 
 # Some tests need extra post-processing.

Reply via email to