Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/httpd call gzip directly for distfile export target; ...
details: https://anonhg.NetBSD.org/src/rev/7f9b37d192fc
branches: trunk
changeset: 326543:7f9b37d192fc
user: mrg <mrg%NetBSD.org@localhost>
date: Sun Feb 02 03:20:10 2014 +0000
description:
call gzip directly for distfile export target; it's usually run outside
of the normal build.
diffstat:
libexec/httpd/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 6dd2ce42dd46 -r 7f9b37d192fc libexec/httpd/Makefile
--- a/libexec/httpd/Makefile Sun Feb 02 03:14:58 2014 +0000
+++ b/libexec/httpd/Makefile Sun Feb 02 03:20:10 2014 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index