diff options
author | Manoj Kasichainula <manoj@apache.org> | 1999-12-20 02:36:13 +0000 |
---|---|---|
committer | Manoj Kasichainula <manoj@apache.org> | 1999-12-20 02:36:13 +0000 |
commit | 9a754c241a64e2670ade031bd24ccd3351c5c0b6 (patch) | |
tree | 370a1e03c5c43dd4402c224c74ac19591f829b02 /buildconf | |
parent | eb59fcb657be8c7d94b03fcc0cc9c8d16c2e4dd4 (diff) | |
download | httpd-9a754c241a64e2670ade031bd24ccd3351c5c0b6.tar.gz |
Put back the removing of config.cache. Also add a -f flag to the rm to
eliminate a warning.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84328 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -110,6 +110,7 @@ fi echo "buildconf: setting up APR" cd lib/apr +rm -f config.cache mv configure configure.old 2>/dev/null autoheader @@ -125,6 +126,6 @@ cd ../.. # Now run the configs... -rm config.cache +rm -f config.cache ./configure |