Skip to content

Commit

Permalink
Nuke kernel out of root.flp; it's not necessary since there's already…
Browse files Browse the repository at this point in the history
… one

in the bindist.  This brings root.flp down to 392K!
  • Loading branch information
jkh authored and jkh committed May 29, 1995
1 parent 89d62fa commit 56df30b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions release/Makefile
@@ -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:
#
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 56df30b

Please sign in to comment.