Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/evbarm/gzboot/gzimg Add back the -f flag to gzip(1) ...



details:   https://anonhg.NetBSD.org/src/rev/75baebde518d
branches:  trunk
changeset: 525463:75baebde518d
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Apr 11 23:36:49 2002 +0000

description:
Add back the -f flag to gzip(1) that was erroneously removed in
in the last change.

diffstat:

 distrib/evbarm/gzboot/gzimg/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 52f1c1a6a396 -r 75baebde518d distrib/evbarm/gzboot/gzimg/Makefile
--- a/distrib/evbarm/gzboot/gzimg/Makefile      Thu Apr 11 23:35:43 2002 +0000
+++ b/distrib/evbarm/gzboot/gzimg/Makefile      Thu Apr 11 23:36:49 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2002/04/11 12:19:43 lukem Exp $
+#      $NetBSD: Makefile,v 1.2 2002/04/11 23:36:49 thorpej Exp $
 
 .include <bsd.own.mk>
 .include "${_SRC_TOP_}/distrib/Makefile.inc"
@@ -22,11 +22,11 @@
 gzimg_${K}_flash_${R}.gz: .NOTMAIN ${GZB${K}} ${KERNOBJDIR}/${K}/netbsd.bin
        @echo "Populating ${.TARGET}"
        cp ${KERNOBJDIR}/${K}/netbsd.bin netbsd.tmp
-       gzip -9 netbsd.tmp
+       gzip -9f netbsd.tmp
        cp ${GZB${K}} gzboot.sym
        ${MDSETIMAGE} -v -s gzboot.sym netbsd.tmp.gz
        ${OBJCOPY} -O binary gzboot.sym gzboot.bin
-       gzip -9 gzboot.bin
+       gzip -9f gzboot.bin
        mv gzboot.bin.gz ${.TARGET}
 
 .endfor                                                        # }



Home | Main Index | Thread Index | Old Index