Bug 1416052 - Remove build_and_deploy target; r=nalexander draft
authorGregory Szorc <gps@mozilla.com>
Thu, 09 Nov 2017 23:15:03 -0800
changeset 697423 c14544c1746821bc43803ee15da3c5a20c13e14d
parent 697422 1749a04f0cb4252c1c7ae0c141429c42efd5126d
child 697424 07fa7f0e15f84fbc0bba19c566079d8d673d57bd
push id88993
push userbmo:gps@mozilla.com
push dateTue, 14 Nov 2017 00:01:59 +0000
reviewersnalexander
bugs1416052
milestone59.0a1
Bug 1416052 - Remove build_and_deploy target; r=nalexander This was added before mach AFAICT. If people need this functionality, we can add a mach command. MozReview-Commit-ID: HL52nJE2SMQ
client.mk
--- a/client.mk
+++ b/client.mk
@@ -107,19 +107,16 @@ include $(OBJDIR)/.mozconfig.mk
 
 # Print out any options loaded from mozconfig.
 all build clean distclean export libs install realclean::
 ifneq (,$(strip $(MOZCONFIG_OUT_LINES)))
 	$(info Adding client.mk options from $(FOUND_MOZCONFIG):)
 	$(foreach line,$(MOZCONFIG_OUT_LINES),$(info $(NULL) $(NULL) $(NULL) $(NULL) $(subst ||, ,$(line))))
 endif
 
-# helper target for mobile
-build_and_deploy: build package install
-
 # In automation, manage an sccache daemon. The starting of the server
 # needs to be in a make file so sccache inherits the jobserver.
 ifdef MOZBUILD_MANAGE_SCCACHE_DAEMON
 build::
 	# Terminate any sccache server that might still be around.
 	-$(MOZBUILD_MANAGE_SCCACHE_DAEMON) --stop-server > /dev/null 2>&1
 	# Start a new server, ensuring it gets the jobserver file descriptors
 	# from make (but don't use the + prefix when make -n is used, so that