don't add -faststart to CABARGS here, its already done in the platform r=mfinkle

This commit is contained in:
Brad Lassey 2010-02-09 16:39:38 -05:00
parent 7ef89e045e
commit a3736ad633

View File

@ -184,10 +184,6 @@ VSINSTALLDIR ?= $(error VSINSTALLDIR not set, must be set to the Visual Studio i
UNPACKAGE = $(LIBXUL_DIST)/xulrunner*$(PKG_SUFFIX)
ifdef MOZ_FASTSTART
CABARGS += -faststart
endif
cab: stage-package package-xulrunner
cd $(DIST) && $(PYTHON) $(ABS_TOPSRCDIR)/build/package/wince/make_wince_cab.py $(CABARGS) "$(VSINSTALLDIR)/SmartDevices/SDK/SDKTools/cabwiz.exe" "$(MOZ_PKG_DIR)" "$(MOZ_APP_DISPLAYNAME)" "$(PKG_PATH)$(PKG_BASENAME).cab" && echo "Installer $(PKG_PATH)$(PKG_BASENAME).cab created!"