summaryrefslogtreecommitdiffstats
path: root/share/misc/committers-src.dot
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-10-21 16:24:44 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-10-21 16:24:44 +0000
commit82833332a30ab56c7ba095814998887eaac4c26c (patch)
tree5991d9375999a70b846699b5686ff7dde3e0a7d5 /share/misc/committers-src.dot
parent12b6417dccaba29e144de3019a1c3a5fa83c801c (diff)
downloadFreeBSD-src-82833332a30ab56c7ba095814998887eaac4c26c.zip
FreeBSD-src-82833332a30ab56c7ba095814998887eaac4c26c.tar.gz
Remove indirection of _sub target for using _SUBDIR.
This reverts r266473 as the need for it, working around .MAKE and '+' issues, is no longer needed after r289460. This avoids extra log output in -j builds of '-- _sub.TARGET --' that are redundant with the '-- TARGET --' and '-- TARGET_subdir_DIR --' entries already showing. r266473 also made a subtle change in the ordering of _SUBDIR handling. Before the change, SUBDIRS were recursed into after building the TARGET due to the .USE of _SUBDIR *appending* the commands onto the TARGET. After the change though the indirection caused TARGET to depend on _sub.TARGET which had the _SUBDIR handling in it. This TARGET would run after recursing. However, the SUBDIR_PARALLEL handling from r263778 has this ordering as well. Since this has so far not been a problem, for now make this behavior for non-SUBDIR_PARALLEL use of _SUBDIR explicit by using .USEBEFORE. Further research may change this back to .USE as well as the SUBDIR_PARALLEL handling and bsd.progs.mk recursing. Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'share/misc/committers-src.dot')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud