]> granicus.if.org Git - php/commitdiff
100% speedup in buildconf.
authorSascha Schumann <sas@php.net>
Tue, 5 Oct 1999 10:23:48 +0000 (10:23 +0000)
committerSascha Schumann <sas@php.net>
Tue, 5 Oct 1999 10:23:48 +0000 (10:23 +0000)
    We have a top-level Makefile.am, so find becomes superflicious

buildconf

index 4b573b99775c8840944aaf0521864c3a96be0891..c398bdd4e53398f6ddb9915c00a0bb39963b0c57 100755 (executable)
--- a/buildconf
+++ b/buildconf
@@ -136,8 +136,8 @@ fi
 
 autoheader
 
-find . -name Makefile.am -print|sed -e 's/\.am//' | \
-    xargs automake --add-missing --include-deps $automake_flags
+# suppress stupid automake warning
+automake --add-missing --include-deps $automake_flags 2>&1 | grep -v \$PHP_OUTPUT_FILES >&2
 
 
 mv configure configure.old 2>/dev/null