projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e32234
)
100% speedup in buildconf.
author
Sascha Schumann
<sas@php.net>
Tue, 5 Oct 1999 10:23:48 +0000
(10:23 +0000)
committer
Sascha 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
patch
|
blob
|
history
diff --git
a/buildconf
b/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