summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorManoj Kasichainula <manoj@apache.org>1999-12-20 02:36:13 +0000
committerManoj Kasichainula <manoj@apache.org>1999-12-20 02:36:13 +0000
commit9a754c241a64e2670ade031bd24ccd3351c5c0b6 (patch)
tree370a1e03c5c43dd4402c224c74ac19591f829b02 /buildconf
parenteb59fcb657be8c7d94b03fcc0cc9c8d16c2e4dd4 (diff)
downloadhttpd-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-xbuildconf3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildconf b/buildconf
index 998318d22c..942701562f 100755
--- a/buildconf
+++ b/buildconf
@@ -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