summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.subdir.mk
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge from headsjg2013-09-051-4/+4
|\ \ | |/
| * Flag recursive make targets with .MAKE (has no effect on fmake)sjg2013-06-141-4/+4
* | Sync with HEAD.obrien2013-02-081-0/+5
|\ \ | |/
| * Enable ATF testing.sjg2012-11-071-0/+5
| * Add support for bmake. This includes:marcel2012-10-061-2/+2
* | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-2/+13
|/
* Make `make cleanilinks' work in /sys/modules.ed2009-12-061-6/+5
* Make "manlint" recursive.ru2007-12-071-3/+2
* For ${SUBDIR} targets, change the type of dependency operator from `::'ru2005-05-311-2/+2
* Add a SUBDIR_TARGETS variable which can be set to a list ofru2005-02-141-1/+2
* Remove trailing spaces.krion2005-01-061-1/+1
OpenPOWER on IntegriCloud