aboutsummaryrefslogtreecommitdiff
path: root/release/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-10-21 08:54:10 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-10-21 08:54:10 +0000
commitd885836c32fcc6b42f26e6e710757ac8ab568cfd (patch)
treed53f625b46ab5df84b113caad97c56e8bf51818a /release/Makefile
parent39454d368fe5970ee9eb90bd322b28820dd61841 (diff)
downloadsrc-d885836c32fcc6b42f26e6e710757ac8ab568cfd.tar.gz
src-d885836c32fcc6b42f26e6e710757ac8ab568cfd.zip
Pass WORLD_FLAGS down to the distributeworld target, so it's
possible to build releases with customizations such as with NOPROFILE. Problem found and fix tested by Roman Neuhauser.
Notes
Notes: svn path=/head/; revision=136736
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index 61ce2ba7179b..007555eddd23 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -586,7 +586,8 @@ release.1:
# Install the system into the various distributions.
release.2:
cd ${.CURDIR}/../etc && make distrib-dirs DESTDIR=${RD}/trees/base
- cd ${.CURDIR}/.. && ${CROSSMAKE} distributeworld DISTDIR=${RD}/trees
+ cd ${.CURDIR}/.. && ${CROSSMAKE} ${WORLD_FLAGS} distributeworld \
+ DISTDIR=${RD}/trees
touch ${.TARGET}
# Make and install the generic kernel(s).