Module Name: src
Committed By: joerg
Date: Mon Aug 23 16:03:03 UTC 2010
Modified Files:
src/share/mk: bsd.test.mk
Log Message:
Simplify.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/share/mk/bsd.test.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.test.mk
diff -u src/share/mk/bsd.test.mk:1.12 src/share/mk/bsd.test.mk:1.13
--- src/share/mk/bsd.test.mk:1.12 Mon Aug 2 07:08:26 2010
+++ src/share/mk/bsd.test.mk Mon Aug 23 16:03:03 2010
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.test.mk,v 1.12 2010/08/02 07:08:26 jmmv Exp $
+# $NetBSD: bsd.test.mk,v 1.13 2010/08/23 16:03:03 joerg Exp $
#
.include <bsd.init.mk>
@@ -7,12 +7,7 @@
.if defined(TESTS_SUBDIRS)
SUBDIR+= ${TESTS_SUBDIRS}
-
-. for dir in ${TESTS_SUBDIRS}
-. if ${dir} != ".WAIT"
-_TESTS:= ${_TESTS} ${dir}
-. endif
-. endfor
+_TESTS:= ${TESTS_SUBDIRS:N.WAIT}
.endif
.include <bsd.subdir.mk>