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 _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"