Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/make Don't pass debug flags etc. to unit-tests



details:   https://anonhg.NetBSD.org/src/rev/5f253e058f78
branches:  trunk
changeset: 779491:5f253e058f78
user:      sjg <sjg%NetBSD.org@localhost>
date:      Wed May 30 21:54:23 2012 +0000

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

diffstat:

 usr.bin/make/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 45c39377fb0a -r 5f253e058f78 usr.bin/make/Makefile
--- a/usr.bin/make/Makefile     Wed May 30 21:42:04 2012 +0000
+++ b/usr.bin/make/Makefile     Wed May 30 21:54:23 2012 +0000
@@ -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 @@
 
 # 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}



Home | Main Index | Thread Index | Old Index