summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorapb <apb@NetBSD.org>2014-01-27 21:37:17 +0000
committerapb <apb@NetBSD.org>2014-01-27 21:37:17 +0000
commit65f6c5b0759c646079a4df3eaa84e2b218b4475d (patch)
treeb845f11a735131b63caded304f5cce3282f6eb88 /libexec
parent0d57e65bdb5e32748fc77a383e46fa6537db3aba (diff)
Pass the -n flag to gzip invocations.
This prevents it from embedding a timestamp in the output. We pass "-n" unconditionally, not conditional on MKREPRO, because many other invocations of gzip already passed the -n flag unconditionally.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/httpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/httpd/Makefile b/libexec/httpd/Makefile
index 822dabcbf52..35e11321260 100644
--- a/libexec/httpd/Makefile
+++ b/libexec/httpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2014/01/27 08:18:08 apb Exp $
+# $NetBSD: Makefile,v 1.19 2014/01/27 21:37:17 apb Exp $
#
# $eterna: Makefile,v 1.30 2010/07/11 00:34:27 mrg Exp $
#
@@ -83,7 +83,7 @@ export-distfile:
find . -name .CVS | xargs rm -r; \
); \
pax -wf ${TAR} ${BASE}; \
- ${TOOL_GZIP} -c9 ${TAR} > ${TAR}.gz; \
+ ${TOOL_GZIP} -nc9 ${TAR} > ${TAR}.gz; \
bzip2 -9 ${TAR}
@echo "Exported two files:"
@echo ${TAR}.gz