Selaa lähdekoodia

* Disable configure cache-file by default

Bryan Drewery 14 vuotta sitten
vanhempi
commit
0ca7a7261d
2 muutettua tiedostoa jossa 2 lisäystä ja 4 poistoa
  1. 1 3
      build/autotools/Makefile
  2. 1 1
      configure

+ 1 - 3
build/autotools/Makefile

@@ -18,13 +18,11 @@ autoconf:
 	@rm -rf ../../configure
 	@echo "Autoconf...."
 	@autoconf
-	@echo "Fixing configure for cache_file"
+	@echo "Fixing configure temp paths"
 	@(if ! sed configure \
-	  -e 's:^cache_file=/dev/null:cache_file=build/config.cache:' \
 	  -e 's:config\.log:build/config.log:g' \
 	  -e 's:config\.status:build/config.status:g' \
 	  -e 's:confdefs\.h:build/confdefs.h:g' \
-	  -e 's:&& echo "updating cache .cache_file"::' \
 	  > ../../configure; then \
 	  echo "FAILED TO FIX configure" >&2; \
           cp configure ../../configure; \

+ 1 - 1
configure

@@ -716,7 +716,7 @@ ac_unrecognized_opts=
 ac_unrecognized_sep=
 # The variables have the same names as the options, with
 # dashes changed to underlines.
-cache_file=build/config.cache
+cache_file=/dev/null
 exec_prefix=NONE
 no_create=
 no_recursion=