Module Name: src
Committed By: perry
Date: Tue Mar 31 21:21:48 UTC 2009
Modified Files:
src/external/mit/xorg/share/fonts/encodings: Makefile.enc
Log Message:
add -n to gzip invocation
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/external/mit/xorg/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/external/mit/xorg/share/fonts/encodings/Makefile.enc
diff -u src/external/mit/xorg/share/fonts/encodings/Makefile.enc:1.1.1.1 src/external/mit/xorg/share/fonts/encodings/Makefile.enc:1.2
--- src/external/mit/xorg/share/fonts/encodings/Makefile.enc:1.1.1.1 Tue Jul 29 05:01:23 2008
+++ src/external/mit/xorg/share/fonts/encodings/Makefile.enc Tue Mar 31 21:21:48 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.enc,v 1.1.1.1 2008/07/29 05:01:23 mrg Exp $
+# $NetBSD: Makefile.enc,v 1.2 2009/03/31 21:21:48 perry Exp $
FILESDIR= ${X11FONTDIR}/${ENCDIR}
@@ -9,7 +9,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}