]> granicus.if.org Git - apache/commitdiff
Put back the removing of config.cache. Also add a -f flag to the rm to
authorManoj Kasichainula <manoj@apache.org>
Mon, 20 Dec 1999 02:36:13 +0000 (02:36 +0000)
committerManoj Kasichainula <manoj@apache.org>
Mon, 20 Dec 1999 02:36:13 +0000 (02:36 +0000)
eliminate a warning.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84328 13f79535-47bb-0310-9956-ffa450edef68

buildconf

index 998318d22c0b16b47e2245bbc0b0b9523d1c0ed0..942701562f7415f416b46dbe0f028477a25b2b5a 100755 (executable)
--- 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