Nuke kernel out of root.flp; it's not necessary since there's already one

in the bindist.  This brings root.flp down to 392K!
This commit is contained in:
Jordan K. Hubbard 1995-05-29 10:56:33 +00:00
parent 310738c869
commit d802eeef31
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=8836

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.189 1995/05/29 02:12:50 phk Exp $
# $Id: Makefile,v 1.190 1995/05/29 02:20:32 phk Exp $
#
# How to roll a release:
#
@ -366,7 +366,6 @@ release.9:
mkdir ${RD}/rootfd
cd ${RD}/rootfd && \
mkdir stand stand/info
ln -f ${RD}/kernels/GENERIC ${RD}/rootfd/kernel
@cd ${.CURDIR} && $(MAKE) installCRUNCH CRUNCH=root \
DIR=${RD}/rootfd/stand ZIP=false
tar --exclude CVS -cf - -C ${RD} info | tar xvf - -C ${RD}/rootfd/stand