summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1996-02-13 13:28:41 +0000
committerjoerg <joerg@FreeBSD.org>1996-02-13 13:28:41 +0000
commitcdfca40be272c3cd1407c2e5913adf84d0736806 (patch)
treeb9dee3314f73a5efe49cd5a02573d3a8c8811211 /release
parented7c1e1183d3a51f73cb2665ed19f29d2638e2c3 (diff)
downloadFreeBSD-src-cdfca40be272c3cd1407c2e5913adf84d0736806.zip
FreeBSD-src-cdfca40be272c3cd1407c2e5913adf84d0736806.tar.gz
Ooops, i've botched a backslash in my previous commit.
Also, move the "ammunition" block above, so it's handled before the man pages are bing moved out to their own distribution.
Diffstat (limited to 'release')
-rw-r--r--release/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/release/Makefile b/release/Makefile
index f731e4f..a605de3 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.205 1996/01/24 21:42:37 joerg Exp $
+# $Id: Makefile,v 1.206 1996/02/13 09:22:42 joerg Exp $
#
# How to roll a release:
#
@@ -202,6 +202,13 @@ release.4:
release.5:
@cd ${.CURDIR} && $(MAKE) ckRELEASEDIR
ln -f ${RD}/kernels/GENERIC ${RD}/trees/bin/kernel.GENERIC
+
+ # Handle some grief caused by the ammunition braindeadness.
+ for i in sbin/init bin/ed ; do \
+ ( cd ${.CURDIR}/../$$i; \
+ make -DNOCRYPT clean all distribute DISTDIR=${RD}/trees ) ; \
+ done
+
# Move all the manpages out to their own dist
if [ -d ${RD}/trees/bin/usr/share/man ] ; then \
rm -rf ${RD}/trees/manpages/usr/share/man &&\
@@ -258,12 +265,6 @@ release.5:
ln -s `basename $$i` $$c ; \
done
- # Handle some other grief caused by the ammunition braindeadness.
- for i in sbin/init bin/ed ; do
- ( cd ${.CURDIR}/../$$i; \
- make -DNOCRYPT clean all distribute DISTDIR=${RD}/trees ) ; \
- done
-
# Remove some files we can faster regen after installing.
cd ${RD}/trees/bin/usr/share/misc && rm -f termcap.db vgrindefs.db
# Remove all the directories we don't need.
OpenPOWER on IntegriCloud