summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.subdir.mk
Commit message (Expand)AuthorAgeFilesLines
* MFC r307741:ngie2017-05-301-1/+1
* MFC r308600:bdrewery2017-01-031-1/+4
* MFC r305147:bdrewery2017-01-031-4/+14
* Mark targets with _SUBDIR as .PHONY.bdrewery2016-06-151-2/+2
* Revert r301137 and r301163, and implement a correct fixgjb2016-06-011-2/+1
* share: minor spelling fixes.pfg2016-05-011-1/+1
* Don't even define or append subdir targets with NO_SUBDIR.bdrewery2016-03-111-3/+2
* Import bsd.clang-analyze.mk based on NetBSD's version.bdrewery2016-02-261-1/+1
* Slightly lessen the amount of job target output for SUBDIR_PARALLEL.bdrewery2016-02-251-1/+1
* Add more STANDALONE_SUBDIR_TARGETS.bdrewery2016-02-241-2/+9
* Show full DIRPRFX in subdir parallel target name.bdrewery2016-02-241-3/+3
* Add an .ORDER for all/install.bdrewery2016-02-161-0/+1
* Simplify running the FreeBSD test suitengie2016-02-071-2/+2
* bsd.subdir.mk: Allow easier modification of [STANDALONE_]SUBDIR_TARGETS.bdrewery2016-01-191-13/+16
* installconfig is PARALLEL_SUBDIR safe.bdrewery2016-01-191-1/+1
* Fix 'install*' and many other missing targets with DIRDEPS_BUILD.bdrewery2015-12-041-8/+15
* The .if redirection on .WAIT is no longer needed with bmake.bdrewery2015-12-041-3/+1
* Fix 'afterinstall' order not being respected after my changes in r291635.bdrewery2015-12-041-5/+6
* Rearrange some common logic.bdrewery2015-12-041-5/+5
* bsd.subdir.mk: Only recurse on called targets, rather than dependencies.bdrewery2015-12-021-34/+36
* Revert r291633. Some files were missed.bdrewery2015-12-021-36/+34
* bsd.subdir.mk: Only recurse on called targets, rather than dependencies.bdrewery2015-12-021-34/+36
* Rename META_MODE option to DIRDEPS_BUILDsjg2015-11-141-1/+1
* Fix regression from using .USEBEFORE in _SUBDIR in r289705.bdrewery2015-10-291-1/+1
* Rework r289778 to always parallelize known targets, without ordering.bdrewery2015-10-231-14/+20
* For SUBDIR_PARALLEL, when doing 'make clean*' or 'make obj' there is no need tobdrewery2015-10-221-0/+11
* Remove indirection of _sub target for using _SUBDIR.bdrewery2015-10-211-6/+4
* Replace all of the duplicated logic for recursing into a subdir with onebdrewery2015-10-191-30/+17
* Add missing .PHONY for parallel subdir target.bdrewery2015-10-191-1/+1
* Recurse on 'buildconfig' and 'installconfig'. Remove the 'config' pseudo tar...bdrewery2015-10-141-4/+5
* Re-indent the ALL_SUBDIR_TARGETS listbdrewery2015-10-141-2/+3
* Revert r289282 for now as the interaction with a directory containingbdrewery2015-10-141-6/+20
* Replace the out-of-place includes/files/config handling in bsd.subdir.mk withbdrewery2015-10-141-20/+6
* Add a note about the mysterious files/includes/config block.bdrewery2015-10-141-0/+3
* bsd.subdir.mk: Move all of the targets into ALL_SUBDIR_TARGETS.bdrewery2015-10-131-6/+7
* bsd.subdir.mk: Handle cleanobj.bdrewery2015-10-131-1/+1
* Add a new bsd.confs.mk similar to bsd.files.mk or bsd.incs.mkbapt2015-10-091-1/+1
* Remove 'set -e' that are no longer needed as it is already default.bdrewery2015-09-251-4/+3
* Automatically append SUBDIR.yes to the SUBDIR variable, andimp2015-08-271-1/+7
* Building on fmake is no longer possible so removed tests for bmake.sjg2015-06-101-1/+1
* Merge from headsjg2015-05-261-1/+1
|\
* \ Merge head from 7/28sjg2014-08-191-6/+16
|\ \ | |/
| * Create a mechanism for providing fine-grained build order dependenciesian2014-06-151-1/+5
| * Put the test suite in its own tests.txz distribution file.jmmv2014-06-101-0/+2
| * Use an intermediate target to associate with _SUBDIR which is marked .MAKEsjg2014-05-201-5/+9
| * Revert previous change - doesn't cover all cases.sjg2014-05-191-2/+1
| * _SUBDIR is marked .MAKE - since it runs a sub-make.sjg2014-05-191-1/+2
* | Merge headsjg2014-04-281-2/+29
|\ \ | |/
| * Allow .WAIT to appear in SUBDIR= lists, to provide some control overian2014-04-231-3/+11
| * Add a SUBDIR_PARALLEL option to bsd.subdir.mk, to allow make to processdim2014-03-261-0/+19
OpenPOWER on IntegriCloud