summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2001-09-11 07:50:53 +0000
committerSascha Schumann <sas@php.net>2001-09-11 07:50:53 +0000
commitf037e5b2dade159c7334d4f3ae3bf02d38163bdb (patch)
treee43ca91a6af61f8af691b42d7912155fd12b0751 /build
parenta7d71f97083b79d3faa32e1cfcfe1e14f2d21089 (diff)
downloadphp-git-f037e5b2dade159c7334d4f3ae3bf02d38163bdb.tar.gz
Similar to autoconf-2.5x, say who is doing what.
Diffstat (limited to 'build')
-rwxr-xr-xbuild/fastgen.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/fastgen.sh b/build/fastgen.sh
index e641bb6860..9297447de1 100755
--- a/build/fastgen.sh
+++ b/build/fastgen.sh
@@ -16,7 +16,7 @@
# | Authors: Sascha Schumann <sascha@schumann.cx> |
# +----------------------------------------------------------------------+
#
-# $Id: fastgen.sh,v 1.11 2001-08-28 12:15:01 ssb Exp $
+# $Id: fastgen.sh,v 1.12 2001-09-11 07:50:53 sas Exp $
#
if test "$#" = "0"; then
@@ -45,7 +45,7 @@ if test "$bsd_makefile" = "yes"; then
(cd $top_srcdir; ./build/bsd_makefile)
for makefile in $@; do
- echo "creating $makefile"
+ echo "fastgen.sh: creating $makefile"
dir=`echo $makefile|sed 's%/*[^/][^/]*$%%'`
$mkdir_p "$dir/"
@@ -62,7 +62,7 @@ EOF
done
else
for makefile in $@; do
- echo "creating $makefile"
+ echo "fastgen.sh: creating $makefile"
dir=`echo $makefile|sed 's%/*[^/][^/]*$%%'`
$mkdir_p "$dir/"