Module Name: src
Committed By: mrg
Date: Sun Feb 2 03:20:57 UTC 2014
Modified Files:
src/libexec/httpd: Makefile
Log Message:
display the tempdir for exported files as well.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 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.20 src/libexec/httpd/Makefile:1.21
--- src/libexec/httpd/Makefile:1.20 Sun Feb 2 03:20:10 2014
+++ src/libexec/httpd/Makefile Sun Feb 2 03:20:57 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2014/02/02 03:20:10 mrg Exp $
+# $NetBSD: Makefile,v 1.21 2014/02/02 03:20:57 mrg Exp $
#
# $eterna: Makefile,v 1.30 2010/07/11 00:34:27 mrg Exp $
#
@@ -85,7 +85,7 @@ export-distfile:
pax -wf ${TAR} ${BASE}; \
gzip -nc9 ${TAR} > ${TAR}.gz; \
bzip2 -9 ${TAR}
- @echo "Exported two files:"
+ @echo "Exported two files in ${dir}:"
@echo ${TAR}.gz
@echo ${TAR}.bz2