1. Fix a cd which somehow got capitalized.
2. Don't put CVS files on the floppy.
This commit is contained in:
parent
e0d3af579f
commit
3edcd90d4b
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.151 1995/05/11 06:32:10 jkh Exp $
|
||||
# $Id: Makefile,v 1.152 1995/05/11 06:40:40 jkh Exp $
|
||||
#
|
||||
# How to roll a release:
|
||||
#
|
||||
@ -270,13 +270,13 @@ release.6:
|
||||
ls console tty ttyv1 null zero \
|
||||
*[sw]d* fd[01] rfd[01] | \
|
||||
cpio -dump ${RD}/bootfd/dev )
|
||||
tar cf - -C ${.CURDIR}/sysinstall help | tar xvf - -C ${RD}/bootfd/stand
|
||||
tar cf - -C ${.CURDIR}/sysinstall --exclude CVS help | tar xvf - -C ${RD}/bootfd/stand
|
||||
install -c ${.CURDIR}/../COPYRIGHT ${RD}/bootfd/stand/help/COPYRIGHT
|
||||
cd ${RD}/trees/bin/usr/share/FAQ/Text ; \
|
||||
install -c RELNOTES.FreeBSD ${RD}/bootfd/stand/help/RELNOTES; \
|
||||
install -c README ${RD}/bootfd/stand/help/README
|
||||
touch ${RD}/bootfd/this_is_boot_flp
|
||||
CD ${.CURDIR} ; ${MAKE} doFLOPPY FLOPPY=boot
|
||||
cd ${.CURDIR} ; ${MAKE} doFLOPPY FLOPPY=boot
|
||||
touch release.6
|
||||
|
||||
# Complete the cpiofd directory
|
||||
|
Loading…
Reference in New Issue
Block a user