From dec08d0a5bd7f3973d7107cb72b12d7f13f20ca5 Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 21 Oct 2004 08:54:10 +0000 Subject: 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. --- release/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'release') diff --git a/release/Makefile b/release/Makefile index 61ce2ba7..007555e 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). -- cgit v1.1