diff options
| author | lukem <lukem@NetBSD.org> | 2002-04-13 13:26:45 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2002-04-13 13:26:45 +0000 |
| commit | 2468ea8bfa95963501993ddf211cf2fded22b1bb (patch) | |
| tree | b45af25ddac3b148fb9891a0b8b58487488f5e4d | |
| parent | bd567c94b37afa61f19ae53bc8ff928a6d5e9b85 (diff) | |
use gzip -9f
| -rw-r--r-- | distrib/alpha/floppy-GENERIC/Makefile | 4 | ||||
| -rw-r--r-- | distrib/bebox/floppies/bootfloppy-common/Makefile.inc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/distrib/alpha/floppy-GENERIC/Makefile b/distrib/alpha/floppy-GENERIC/Makefile index 7b8ce4c34fc..f060aa166fc 100644 --- a/distrib/alpha/floppy-GENERIC/Makefile +++ b/distrib/alpha/floppy-GENERIC/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/12/09 00:37:38 ross Exp $ +# $NetBSD: Makefile,v 1.13 2002/04/13 13:26:45 lukem Exp $ .include "../../../Makefile.inc" .include <bsd.kernobj.mk> @@ -45,7 +45,7 @@ GENERIC.fs: ${GZKERNEL} ${MDEC}/boot ${MDEC}/bootxx.old ${GZKERNEL}: ${KERNEL} cp ${KERNEL} ${.TARGET} ${STRIP} ${.TARGET} - gzip -9 ${.TARGET} + gzip -9f ${.TARGET} mv ${.TARGET}.gz ${.TARGET} unconfig: diff --git a/distrib/bebox/floppies/bootfloppy-common/Makefile.inc b/distrib/bebox/floppies/bootfloppy-common/Makefile.inc index f384a71bb2b..f767b8d3da9 100644 --- a/distrib/bebox/floppies/bootfloppy-common/Makefile.inc +++ b/distrib/bebox/floppies/bootfloppy-common/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.7 2002/03/05 21:23:29 thorpej Exp $ +# $NetBSD: Makefile.inc,v 1.8 2002/04/13 13:26:46 lukem Exp $ # TOP is assumed to be defined by Makefile including this one. @@ -58,7 +58,7 @@ unconfig: netbsd.ram.gz: ${KERN} ${RAMDISK} cp ${KERN} netbsd.tmp ${MDSETIMAGE} -v netbsd.tmp ${RAMDISK} - gzip netbsd.tmp + gzip -9f netbsd.tmp mv netbsd.tmp.gz ${.TARGET} clean cleandir: |
