summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-12-01 20:01:37 +0000
committerjkh <jkh@FreeBSD.org>1994-12-01 20:01:37 +0000
commitea7a800eeffa08c1826fa7b0a8f121c8e7d9d39f (patch)
treeaa7813554343a09e6f04f8ae47238d6cbb4175a8 /release
parent038912dd537da32ebfcc100ef8d18c890fde08c8 (diff)
downloadFreeBSD-src-ea7a800eeffa08c1826fa7b0a8f121c8e7d9d39f.zip
FreeBSD-src-ea7a800eeffa08c1826fa7b0a8f121c8e7d9d39f.tar.gz
Remove gratuitous gzip of boot.flp
Diffstat (limited to 'release')
-rw-r--r--release/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/release/Makefile b/release/Makefile
index c94d050..23fb2b6 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.59 1994/11/24 22:30:02 phk Exp $
+# $Id: Makefile,v 1.60 1994/11/30 15:54:39 jkh Exp $
#
FLOPPY= fd0
@@ -36,7 +36,7 @@ CPIO4B= tzsetup
# Somewhat on the rough side...
CLEANFILES+= *.o *.c *.cache *.mk *.lo ${CPIO1} *.flp *.gz
-CLEANFILES+= boot_flp boot.flp cpio_flp_1
+CLEANFILES+= boot_flp cpio_flp_1
MTREE_DIR= ${.CURDIR}/../etc/mtree
@@ -104,7 +104,6 @@ boot.flp:
-umount ${MNT}
fsck /dev/r${FLOPPY}
dd if=/dev/r${FLOPPY} bs=${DDBS} count=${DDCOUNT} of=boot.flp
- gzip -9 -v < boot.flp > boot.flp.gz
df -k /dev/r${FLOPPY}
cpio.flp:
OpenPOWER on IntegriCloud