Bug 707577, Create a |fast-package| target on mobile, r=khuey

This commit is contained in:
Mounir Lamouri 2012-04-30 15:15:49 +12:00
parent 5ac9f13251
commit 4290e8721c

View File

@ -70,6 +70,9 @@ installer:
package:
@$(MAKE) -C mobile/xul/installer
fast-package:
@MOZ_FAST_PACKAGE=1 $(MAKE) package
install::
@echo "Mobile can't be installed directly."
@exit 1