Author: bdrewery
Date: Sat Mar 12 18:51:38 2016
New Revision: 296739
URL: https://svnweb.freebsd.org/changeset/base/296739
Log:
MFC r295976:
PROGS: Only recurse on called targets like done for SUBDIR in r291635.
Modified:
stable/10/share/mk/bsd.progs.mk
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/share/mk/bsd.progs.mk
==============================================================================
--- stable/10/share/mk/bsd.progs.mk Sat Mar 12 18:47:28 2016
(r296738)
+++ stable/10/share/mk/bsd.progs.mk Sat Mar 12 18:51:38 2016
(r296739)
@@ -144,6 +144,8 @@ $p.$t: .PHONY .MAKE
# Depend main pseudo targets on all PROG.pseudo targets too.
.for t in ${PROGS_TARGETS:O:u}
+.if make(${t})
$t: ${PROGS:%=%.$t}
+.endif
.endfor
.endif # !empty(PROGS) && !defined(_RECURSING_PROGS) && !defined(PROG)
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "[email protected]"