Bug 1412460 - Remove everything target; r?build draft
authorGregory Szorc <gps@mozilla.com>
Fri, 27 Oct 2017 17:22:06 -0700
changeset 690351 329cb80fda3ce313bc7e7f99201737ecd159b44d
parent 690350 aedb01ab8b0c1f0bb03e5597a918ade6f78e7625
child 690352 b41b9488304756c5d6b9d5d601a3f19a497fb8e4
push id87287
push usergszorc@mozilla.com
push dateWed, 01 Nov 2017 22:07:23 +0000
reviewersbuild
bugs1412460
milestone58.0a1
Bug 1412460 - Remove everything target; r?build Our march towards nuking client.mk continues. MozReview-Commit-ID: FdlPOjStBeR
client.mk
--- a/client.mk
+++ b/client.mk
@@ -168,19 +168,16 @@ endif
 
 # Windows equivalents
 build_all: build
 clobber clobber_all: clean
 
 # helper target for mobile
 build_and_deploy: build package install
 
-# Do everything from scratch
-everything: clean build
-
 ####################################
 # Profile-Guided Optimization
 #  This is up here so that this is usable in multi-pass builds, where you
 # might not have a runnable application until all the build passes have run.
 profiledbuild::
 	$(call BUILDSTATUS,TIERS pgo_profile_generate pgo_package pgo_profile pgo_clobber pgo_profile_use)
 	$(call BUILDSTATUS,TIER_START pgo_profile_generate)
 	$(MAKE) -f $(TOPSRCDIR)/client.mk realbuild MOZ_PROFILE_GENERATE=1 MOZ_PGO_INSTRUMENTED=1 CREATE_MOZCONFIG_JSON=
@@ -347,13 +344,12 @@ echo-variable-%:
     realbuild \
     build \
     profiledbuild \
     pull_all \
     build_all \
     clobber \
     clobber_all \
     pull_and_build_all \
-    everything \
     configure \
     preflight_all \
     postflight_all \
     $(OBJDIR_TARGETS)