]> granicus.if.org Git - php/commitdiff
Similar to autoconf-2.5x, say who is doing what.
authorSascha Schumann <sas@php.net>
Tue, 11 Sep 2001 07:50:53 +0000 (07:50 +0000)
committerSascha Schumann <sas@php.net>
Tue, 11 Sep 2001 07:50:53 +0000 (07:50 +0000)
build/fastgen.sh

index e641bb6860e9f7c0b28599105b13124264587e25..9297447de1110cb8acda7f530391c29669894432 100755 (executable)
@@ -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/"