Module Name:    src
Committed By:   perry
Date:           Tue Mar 31 21:12:51 UTC 2009

Modified Files:
        src/x11/share/fonts/bdf: Makefile.bdf
        src/x11/share/fonts/encodings: Makefile.enc

Log Message:
add -n to gzip invocation


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/x11/share/fonts/bdf/Makefile.bdf
cvs rdiff -u -r1.7 -r1.8 src/x11/share/fonts/encodings/Makefile.enc

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

Modified files:

Index: src/x11/share/fonts/bdf/Makefile.bdf
diff -u src/x11/share/fonts/bdf/Makefile.bdf:1.6 src/x11/share/fonts/bdf/Makefile.bdf:1.7
--- src/x11/share/fonts/bdf/Makefile.bdf:1.6	Mon Mar  8 22:33:00 2004
+++ src/x11/share/fonts/bdf/Makefile.bdf	Tue Mar 31 21:12:51 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.bdf,v 1.6 2004/03/08 22:33:00 cgd Exp $
+#	$NetBSD: Makefile.bdf,v 1.7 2009/03/31 21:12:51 perry Exp $
 
 # Font files built using this makefile are cleaned in two ways:
 #
@@ -17,7 +17,7 @@
 .PATH:  	${X11SRCDIR.xc}/fonts/bdf/${FONTSUBDIR}
 
 FONTSUFFIX=	.gz
-FONTGZIP=	| gzip ${GZIPLEVEL:U-9} -cf
+FONTGZIP=	| gzip ${GZIPLEVEL:U-9} -ncf
 
 .include "${NETBSDSRCDIR}/x11/tools/bdftopcf/Makefile.bdftopcf"
 .include "${NETBSDSRCDIR}/x11/tools/ucs2any/Makefile.ucs2any"

Index: src/x11/share/fonts/encodings/Makefile.enc
diff -u src/x11/share/fonts/encodings/Makefile.enc:1.7 src/x11/share/fonts/encodings/Makefile.enc:1.8
--- src/x11/share/fonts/encodings/Makefile.enc:1.7	Sat Mar  6 03:13:06 2004
+++ src/x11/share/fonts/encodings/Makefile.enc	Tue Mar 31 21:12:51 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.enc,v 1.7 2004/03/06 03:13:06 rtr Exp $
+#	$NetBSD: Makefile.enc,v 1.8 2009/03/31 21:12:51 perry Exp $
 
 FILESDIR=	${X11FONTDIR}/${ENCDIR}
 .PATH:  	${X11SRCDIR.xc}/fonts/${ENCDIR}
@@ -11,7 +11,7 @@
 .SUFFIXES: .enc .enc.gz
 .enc.enc.gz:
 	${_MKTARGET_CREATE}
-	gzip -9fc ${.IMPSRC} > ${.TARGET}.tmp && mv ${.TARGET}.tmp ${.TARGET}
+	gzip -9nfc ${.IMPSRC} > ${.TARGET}.tmp && mv ${.TARGET}.tmp ${.TARGET}
 
 
 realall: ${FILES}

Reply via email to