Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/httpd make export-distfile target slightly more stable.
details: https://anonhg.NetBSD.org/src/rev/d16f96ae0828
branches: trunk
changeset: 330425:d16f96ae0828
user: mrg <mrg%NetBSD.org@localhost>
date: Tue Jul 08 13:59:39 2014 +0000
description:
make export-distfile target slightly more stable.
diffstat:
libexec/httpd/Makefile | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (23 lines):
diff -r 14b0eb8195df -r d16f96ae0828 libexec/httpd/Makefile
--- a/libexec/httpd/Makefile Tue Jul 08 13:35:43 2014 +0000
+++ b/libexec/httpd/Makefile Tue Jul 08 13:59:39 2014 +0000
@@ -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 @@
); \
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>
Home |
Main Index |
Thread Index |
Old Index