summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-07-05 08:53:54 +0000
committerjkh <jkh@FreeBSD.org>1996-07-05 08:53:54 +0000
commit37de7c97019042af59728f17b478213370dcc405 (patch)
treecf902c4d338db54078e917ab3c892ac89bdc2583 /release
parent4c968f95bbe4f222217f8694eafd9d9290069d02 (diff)
downloadFreeBSD-src-37de7c97019042af59728f17b478213370dcc405.zip
FreeBSD-src-37de7c97019042af59728f17b478213370dcc405.tar.gz
Compress the doc files.
Diffstat (limited to 'release')
-rw-r--r--release/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/release/Makefile b/release/Makefile
index 913eec6..7c087e5 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.226 1996/06/26 19:06:11 jkh Exp $
+# $Id: Makefile,v 1.227 1996/06/29 02:22:36 jkh Exp $
#
# How to roll a release:
#
@@ -364,7 +364,7 @@ release.8: write_mfs_in_kernel
echo "ftp 21/tcp" >> ${RD}/mfsfd/stand/etc/services
echo "domain 53/tcp nameserver" >> ${RD}/mfsfd/stand/etc/services
echo "domain 53/udp nameserver" >> ${RD}/mfsfd/stand/etc/services
- install -c ${.CURDIR}/../COPYRIGHT ${RD}/mfsfd/stand/help/COPYRIGHT.hlp
+ gzip -c ${.CURDIR}/../COPYRIGHT > ${RD}/mfsfd/stand/help/COPYRIGHT.hlp.gz
# make the small bootfd
@echo "Making the small 4MB boot floppy."
sh -e ${.CURDIR}/doFS.sh ${RD} ${MNT} ${BOOTMFSSIZE} ${RD}/mfsfd \
@@ -372,9 +372,11 @@ release.8: write_mfs_in_kernel
mv fs-image fs-image.4
mv fs-image.size fs-image.4.size
# add more stuff for the complete bootfd
+ @echo "Making the regular boot floppy."
tar --exclude CVS -cf - -C ${.CURDIR}/sysinstall help | \
tar xvf - -C ${RD}/mfsfd/stand
- @echo "Making the regular boot floppy."
+ @echo "Compressing doc files..."
+ @gzip -9 ${RD}/mfsfd/stand/help/*.hlp
sh -e ${.CURDIR}/doFS.sh ${RD} ${MNT} ${BOOTMFSSIZE} ${RD}/mfsfd \
${MFSINODE} minimum
mv fs-image fs-image.std
@@ -382,6 +384,7 @@ release.8: write_mfs_in_kernel
cd ${.CURDIR} && ${MAKE} doMFSKERN FSIMAGE=4
cd ${.CURDIR} && ${MAKE} doMFSKERN FSIMAGE=std
mv ${RD}/floppies/bootstd.flp ${RD}/floppies/boot.flp
+ @echo "Regular boot floppy made."
touch release.8
#
OpenPOWER on IntegriCloud