Bug 1412460 - Remove unused CONFIG_CACHE variable; r?build draft
authorGregory Szorc <gps@mozilla.com>
Fri, 27 Oct 2017 13:56:55 -0700
changeset 690347 9c39049d45412962a53d25654d40926fa789da62
parent 690346 4f7cf7db0d60cb7b67c8f286cc08fef87496875c
child 690348 1c3021164d7a6208ca444f0c913fcbe89b6ba8b4
push id87287
push usergszorc@mozilla.com
push dateWed, 01 Nov 2017 22:07:23 +0000
reviewersbuild
bugs1412460
milestone58.0a1
Bug 1412460 - Remove unused CONFIG_CACHE variable; r?build This likely became unused with the port to moz.configure. MozReview-Commit-ID: FoIDg6Q2K4J
client.mk
--- a/client.mk
+++ b/client.mk
@@ -214,17 +214,16 @@ realbuild preflight_all::
 	done
 endif
 
 ####################################
 # Configure
 
 MAKEFILE      = $(wildcard $(OBJDIR)/Makefile)
 CONFIG_STATUS = $(wildcard $(OBJDIR)/config.status)
-CONFIG_CACHE  = $(wildcard $(OBJDIR)/config.cache)
 
 $(CONFIGURES): %: %.in
 	@echo Generating $@
 	cp -f $< $@
 	chmod +x $@
 
 CONFIG_STATUS_DEPS := \
   $(wildcard $(TOPSRCDIR)/*/confvars.sh) \