Module Name: src
Committed By: mrg
Date: Tue Jul 8 13:59:39 UTC 2014
Modified Files:
src/libexec/httpd: Makefile
Log Message:
make export-distfile target slightly more stable.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 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.21 src/libexec/httpd/Makefile:1.22
--- src/libexec/httpd/Makefile:1.21 Sun Feb 2 03:20:57 2014
+++ src/libexec/httpd/Makefile Tue Jul 8 13:59:39 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2014/02/02 03:20:57 mrg Exp $
+# $NetBSD: Makefile,v 1.22 2014/07/08 13:59:39 mrg Exp $
#
# $eterna: Makefile,v 1.30 2010/07/11 00:34:27 mrg Exp $
#
@@ -84,9 +84,9 @@ export-distfile:
); \
pax -wf ${TAR} ${BASE}; \
gzip -nc9 ${TAR} > ${TAR}.gz; \
- bzip2 -9 ${TAR}
- @echo "Exported two files in ${dir}:"
- @echo ${TAR}.gz
- @echo ${TAR}.bz2
+ bzip2 -9 ${TAR}; \
+ echo "Exported two files in $${dir}:"; \
+ echo ${TAR}.gz; \
+ echo ${TAR}.bz2
.include <bsd.prog.mk>