bug 707569 - build_and_deploy should use fast-package r=khuey

This commit is contained in:
John O'Duinn 2012-05-07 17:50:26 -07:00
parent dc5e2ab319
commit 3321f999eb

View File

@ -171,7 +171,7 @@ CONFIGURES := $(TOPSRCDIR)/configure
CONFIGURES += $(TOPSRCDIR)/js/src/configure
# Make targets that are going to be passed to the real build system
OBJDIR_TARGETS = install export libs clean realclean distclean alldep maybe_clobber_profiledbuild upload sdk installer package package-compare stage-package source-package l10n-check
OBJDIR_TARGETS = install export libs clean realclean distclean alldep maybe_clobber_profiledbuild upload sdk installer package fast-package package-compare stage-package source-package l10n-check
#######################################################################
# Rules
@ -199,7 +199,7 @@ build_all_depend: alldep
clobber clobber_all: clean
# helper target for mobile
build_and_deploy: build package install
build_and_deploy: build fast-package install
# Do everything from scratch
everything: clean build