Module Name:    src
Committed By:   tls
Date:           Sun Aug 10 06:48:57 UTC 2014

Modified Files:
        src/distrib/x68k/floppies/bootfloppy.generic [tls-earlyentropy]:
            Makefile

Log Message:
Rebase.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.8.2.1 \
    src/distrib/x68k/floppies/bootfloppy.generic/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/x68k/floppies/bootfloppy.generic/Makefile
diff -u src/distrib/x68k/floppies/bootfloppy.generic/Makefile:1.8 src/distrib/x68k/floppies/bootfloppy.generic/Makefile:1.8.2.1
--- src/distrib/x68k/floppies/bootfloppy.generic/Makefile:1.8	Mon Jan 27 08:18:07 2014
+++ src/distrib/x68k/floppies/bootfloppy.generic/Makefile	Sun Aug 10 06:48:56 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.8 2014/01/27 08:18:07 apb Exp $
+#	$NetBSD: Makefile,v 1.8.2.1 2014/08/10 06:48:56 tls Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -28,7 +28,7 @@ ${BOOTNAME}: ${MDEC}/boot
 
 netbsd.gz:	${KERNOBJDIR}/GENERIC/netbsd
 	@rm -f ${.TARGET}
-	${TOOL_GZIP} -9nc ${.ALLSRC} > ${.TARGET}
+	${TOOL_GZIP_N} -9c ${.ALLSRC} > ${.TARGET}
 
 .include "${DISTRIBDIR}/common/Makefile.tarfloppy"
 

Reply via email to