diff options
author | Joe Orton <jorton@apache.org> | 2004-11-19 14:55:31 +0100 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2004-11-19 14:55:31 +0100 |
commit | d02682fe26b6ab25cd1ffeac29e85541da701f17 (patch) | |
tree | f118a901a3749679f6a86d867b938c1e42f15fda /buildconf | |
parent | * support/: Remove generated files which seem to have been resurrected (diff) | |
download | apache2-d02682fe26b6ab25cd1ffeac29e85541da701f17.tar.xz apache2-d02682fe26b6ab25cd1ffeac29e85541da701f17.zip |
* buildconf: Remove the autom4te cache from srclib/pcre too,
before and after running autoconf.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105819 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -86,8 +86,8 @@ touch .deps rm -f aclocal.m4 rm -f generated_lists -# Remove autoconf 2.5x's cache directory -rm -rf autom4te*.cache +# Remove autoconf 2.5x cache directories +rm -rf autom4te*.cache srclib/pcre/autom4te*.cache case "`uname`" in *BSD/OS*) @@ -147,8 +147,8 @@ echo rebuilding configure rm -f config.cache ${AUTOCONF:-autoconf} 2>&1 | grep -v "$cross_compile_warning" -# Remove autoconf 2.5x's cache directory -rm -rf autom4te*.cache +# Remove autoconf 2.5x cache directories +rm -rf autom4te*.cache srclib/pcre/autom4te*.cache if [ -f `which cut` ]; then echo rebuilding rpm spec file |