aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-04-26 19:40:45 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-04-26 19:40:45 +0000
commitf3fb4a79be669d9ad40284b481c77bb8b849c811 (patch)
tree935dc23e37ce4b01cc7c5d5e3a347e3e9580fe7b /release
parent9bedf13fee0c970de9c7ae84a5bff21d10a14065 (diff)
Notes
Diffstat (limited to 'release')
-rw-r--r--release/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/release/Makefile b/release/Makefile
index ffbe74a13d77..0f11d17fe987 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -398,12 +398,7 @@ rerelease release:
echo "export MANBUILDCAT=YES" >> ${CHROOTDIR}/mk
echo "if [ ! -f /tmp/.world_done ]; then" >> ${CHROOTDIR}/mk
echo " cd /usr/src" >> ${CHROOTDIR}/mk
-.if make(release)
- echo " make ${WORLD_FLAGS} buildworld && \\" >> ${CHROOTDIR}/mk
-.endif
-.if make(rerelease)
echo " make ${WORLD_FLAGS} -DNOCLEAN buildworld && \\" >> ${CHROOTDIR}/mk
-.endif
echo " touch /tmp/.world_done" >> ${CHROOTDIR}/mk
echo "fi" >> ${CHROOTDIR}/mk
echo "cd /usr/src/release" >> ${CHROOTDIR}/mk