mirror of
https://abf.rosa.ru/djam/firefox-esr68.git
synced 2025-02-25 02:42:59 +00:00
16 lines
678 B
Diff
16 lines
678 B
Diff
--- browser/installer/Makefile.in~ 2011-08-02 18:40:48.211067148 +0200
|
|
+++ browser/installer/Makefile.in 2011-08-02 18:59:38.458436354 +0200
|
|
@@ -115,12 +115,7 @@
|
|
_ABS_RUN_TEST_PROGRAM = $(call core_abspath,$(RUN_TEST_PROGRAM))
|
|
endif
|
|
|
|
-GENERATE_CACHE = \
|
|
- $(_ABS_RUN_TEST_PROGRAM) $(LIBXUL_DIST)/bin/xpcshell$(BIN_SUFFIX) -g "$$PWD" -a "$$PWD" -f $(topsrcdir)/browser/installer/precompile_cache.js -e 'populate_startupcache("omni.jar", "startupCache.zip");' && \
|
|
- rm -rf jsloader && \
|
|
- $(UNZIP) startupCache.zip && \
|
|
- rm startupCache.zip && \
|
|
- $(ZIP) -r9m omni.jar jsloader
|
|
+GENERATE_CACHE = true
|
|
endif
|
|
|
|
include $(topsrcdir)/toolkit/mozapps/installer/packager.mk
|