aboutsummaryrefslogtreecommitdiff
path: root/release/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-05-11 06:40:40 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-05-11 06:40:40 +0000
commitcaeb252543916cc3ad25f88eaf3813b9b6475ffe (patch)
treea375a593c81832a86e79ada3965d3bf5503144b1 /release/Makefile
parent212014b83549fea7734572579b98c22143487b06 (diff)
downloadsrc-caeb252543916cc3ad25f88eaf3813b9b6475ffe.tar.gz
src-caeb252543916cc3ad25f88eaf3813b9b6475ffe.zip
Dump the help files onto the new floppy.
Notes
Notes: svn path=/head/; revision=8440
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/release/Makefile b/release/Makefile
index 948b036fffb3..7c499ed4ff1d 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.150 1995/05/10 17:54:09 jkh Exp $
+# $Id: Makefile,v 1.151 1995/05/11 06:32:10 jkh Exp $
#
# How to roll a release:
#
@@ -262,7 +262,7 @@ release.6:
rm -rf ${RD}/bootfd
mkdir ${RD}/bootfd
cd ${RD}/bootfd && \
- mkdir dev mnt stand
+ mkdir -p dev mnt stand/help
ln -f ${RD}/kernels/GENERIC.kz ${RD}/bootfd/kernel
@cd ${.CURDIR} ; $(MAKE) installCRUNCH CRUNCH=boot \
DIR=${RD}/bootfd/stand ZIP=true
@@ -270,14 +270,13 @@ release.6:
ls console tty ttyv1 null zero \
*[sw]d* fd[01] rfd[01] | \
cpio -dump ${RD}/bootfd/dev )
- install -c ${.CURDIR}/../COPYRIGHT ${RD}/bootfd
+ tar cf - -C ${.CURDIR}/sysinstall 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 diskspace.FAQ ${RD}/bootfd/DISKSPACE.FAQ ;\
- install -c RELNOTES.FreeBSD ${RD}/bootfd ;\
- install -c TROUBLESHOOTING ${RD}/bootfd ;\
- install -c README ${RD}/bootfd/README
+ 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