Module Name: src
Committed By: mrg
Date: Sun Feb 2 03:20:10 UTC 2014
Modified Files:
src/libexec/httpd: Makefile
Log Message:
call gzip directly for distfile export target; it's usually run outside
of the normal build.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/libexec/httpd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/libexec/httpd/Makefile
diff -u src/libexec/httpd/Makefile:1.19 src/libexec/httpd/Makefile:1.20
--- src/libexec/httpd/Makefile:1.19 Mon Jan 27 21:37:17 2014
+++ src/libexec/httpd/Makefile Sun Feb 2 03:20:10 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2014/01/27 21:37:17 apb Exp $
+# $NetBSD: Makefile,v 1.20 2014/02/02 03:20:10 mrg 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} -nc9 ${TAR} > ${TAR}.gz; \
+ gzip -nc9 ${TAR} > ${TAR}.gz; \
bzip2 -9 ${TAR}
@echo "Exported two files:"
@echo ${TAR}.gz