mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 18:47:53 +00:00
Bug 707577, Create a |fast-package| target on mobile, r=khuey
This commit is contained in:
parent
5ac9f13251
commit
4290e8721c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user