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.
This commit is contained in:
Joerg Wunsch 1996-02-13 13:28:41 +00:00
parent 20ef00ec9c
commit 4f9a3d482f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14085

View File

@ -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.