In jobs mode we can use .ORDER to force stage_links to run after other
authorsjg <sjg@FreeBSD.org>
Wed, 7 Oct 2015 00:24:27 +0000 (00:24 +0000)
committersjg <sjg@FreeBSD.org>
Wed, 7 Oct 2015 00:24:27 +0000 (00:24 +0000)
commitdee7614f487a246c0b2a7658fe74d9027a387574
treefa0ab1d79dcf67ec51f9ce166adf3b1ca7e707c9
parent4ba30d91494662c0c17326df30fee38261f9d6ce
In jobs mode we can use .ORDER to force stage_links to run after other
stage_* targets.
In non-jobs mode we can achieve the same result by simply introducing
the targets in the correct order.
Thus in bsd*.mk we simply add targets to STAGE_TARGETS which we
realize in meta.stage.mk

Reviewed by: bdrewery
share/mk/bsd.incs.mk
share/mk/bsd.man.mk
share/mk/bsd.nls.mk
share/mk/bsd.sys.mk
share/mk/meta.stage.mk