Module Name:    src
Committed By:   sjg
Date:           Wed May 30 21:54:23 UTC 2012

Modified Files:
        src/usr.bin/make: Makefile

Log Message:
Don't pass debug flags etc. to unit-tests


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/usr.bin/make/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/Makefile
diff -u src/usr.bin/make/Makefile:1.55 src/usr.bin/make/Makefile:1.56
--- src/usr.bin/make/Makefile:1.55	Sun Aug 14 13:06:09 2011
+++ src/usr.bin/make/Makefile	Wed May 30 21:54:23 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.55 2011/08/14 13:06:09 christos Exp $
+#	$NetBSD: Makefile,v 1.56 2012/05/30 21:54:23 sjg Exp $
 #	@(#)Makefile	5.2 (Berkeley) 12/28/90
 
 PROG=	make
@@ -51,4 +51,4 @@ DPADD+=${LIBUTIL}
 
 # A simple unit-test driver to help catch regressions
 accept test:
-	cd ${.CURDIR}/unit-tests && ${.MAKE} -r -m / TEST_MAKE=${TEST_MAKE:U${.OBJDIR}/${PROG:T}} ${.TARGET}
+	cd ${.CURDIR}/unit-tests && MAKEFLAGS= ${.MAKE} -r -m / TEST_MAKE=${TEST_MAKE:U${.OBJDIR}/${PROG:T}} ${.TARGET}

Reply via email to