svn commit: r288403 - stable/10/usr.bin/bmake
Bryan Drewery
bdrewery at FreeBSD.org
Tue Sep 29 22:00:04 UTC 2015
Author: bdrewery
Date: Tue Sep 29 22:00:03 2015
New Revision: 288403
URL: https://svnweb.freebsd.org/changeset/base/288403
Log:
MFC r288154:
Similar to r266147, don't define PROG in the test subdirs.
Modified:
stable/10/usr.bin/bmake/Makefile.inc
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/usr.bin/bmake/Makefile.inc
==============================================================================
--- stable/10/usr.bin/bmake/Makefile.inc Tue Sep 29 21:57:52 2015 (r288402)
+++ stable/10/usr.bin/bmake/Makefile.inc Tue Sep 29 22:00:03 2015 (r288403)
@@ -13,7 +13,7 @@
MK_BMAKE= yes
.endif
-.if defined(MK_BMAKE) && ${MK_BMAKE} != "no"
+.if defined(MK_BMAKE) && ${MK_BMAKE} != "no" && exists(${.CURDIR}/tests)
PROG= make
.endif
More information about the svn-src-stable-10
mailing list