K 10 svn:author V 3 sjg K 8 svn:date V 27 2015-10-07T00:24:27.932622Z K 7 svn:log V 304 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 END