aboutsummaryrefslogtreecommitdiff
path: root/share/mk/bsd.nls.mk
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2015-10-07 00:24:27 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2015-10-07 00:24:27 +0000
commiteef72759b5f3b77381fd8a0a730bc39099f62429 (patch)
treefa0ab1d79dcf67ec51f9ce166adf3b1ca7e707c9 /share/mk/bsd.nls.mk
parent56160b2e676373344fc2f4edb9e7b4869cf74b7d (diff)
downloadsrc-eef72759b5f3b77381fd8a0a730bc39099f62429.tar.gz
src-eef72759b5f3b77381fd8a0a730bc39099f62429.zip
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
Notes
Notes: svn path=/head/; revision=288964
Diffstat (limited to 'share/mk/bsd.nls.mk')
-rw-r--r--share/mk/bsd.nls.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/bsd.nls.mk b/share/mk/bsd.nls.mk
index bf8305cb459e..c578361fdd53 100644
--- a/share/mk/bsd.nls.mk
+++ b/share/mk/bsd.nls.mk
@@ -63,7 +63,7 @@ NLSDIR?= ${SHAREDIR}/nls
#
.if ${MK_STAGING_PROG} == "yes"
.if !defined(_SKIP_BUILD)
-staging: stage_symlinks
+STAGE_TARGETS+= stage_symlinks
.endif
STAGE_SYMLINKS.NLS= ${NLSSYMLINKS}
STAGE_SYMLINKS_DIR.NLS= ${STAGE_OBJTOP}