Skip to content

Commit

Permalink
Bug 1415335 - Remove build_all and clobber_all targets; r=nalexander
Browse files Browse the repository at this point in the history
I suspect these were related to MOZ_BUILD_PROJECTS, which has been
removed.

MozReview-Commit-ID: DvwwTrczQWv

--HG--
extra : rebase_source : e4bb52e966bc78eb2843c499436c523c43a8a7f3
extra : source : 5b5b2a1c0af35d36cedeed50c94efb9d84a8a251
  • Loading branch information
indygreg committed Oct 30, 2017
1 parent 3f519da commit 033eb6d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions client.mk
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,7 @@ ifneq (,$(strip $(MOZCONFIG_OUT_FILTERED)))
endif

# Windows equivalents
build_all: build
clobber clobber_all: clean
clobber: clean

# helper target for mobile
build_and_deploy: build package install
Expand Down Expand Up @@ -321,9 +320,7 @@ echo-variable-%:

.PHONY: \
build \
build_all \
clobber \
clobber_all \
configure \
preflight_all \
postflight_all \
Expand Down

0 comments on commit 033eb6d

Please sign in to comment.