mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:30:27 +00:00
10b8016dd0
- add back some crash and webapprt stuff (f72c4c2afc) - Bug 1228289 - Avoid l10n-check overwriting final package when MOZ_SIMPLE_PACKAGE_NAME is set. r=ted (de6b1ea792) - Bug 1233314 - beta repacks are failing trying to find checksums file. r=mshal (a9c0abded7) - Bug 1144695 - Fix make installers errors in mozharness desktop repacks. r=gps, r=mgerva (8856c0934d) - missing bit of 817723 (31827b055b) - Bug 1235676 - Add a global ABS_DIST variable for a non-relative version of DIST, based on topobjdir. r=mshal (978323541c) - Bug 1235676 - Replace _ABS_DIST with ABS_DIST. r=mshal (b3d4afb23f) - Bug 1235676 - Replace $(abspath $(DEPTH)) with $(topobjdir). r=mshal (c841b0d0dd) - Bug 1235676 - Add a topobjdir variable to all Makefiles. r=mshal (4d0fa1d713) - Bug 1180461 - Part 1: Build gaia during b2gdroid build. r=glandium (e62543fc94) - Bug 1199714 - Add gaia build options r=nalexander (c6bcf744d2) - Bug 1202037 - Create a Gaia distribution for b2gdroid r=nalexander (621ea75fa3) - Bug 1219075 - Enable Android lockscreen for b2gdroid r=fabrice (b63bee53c7) - Bug 1193224 - Remove --tests-root-dir option: followup to remove it from testsuite-targets.mk. r=ahal (91f99d1166) - Bug 1193257 - Make xpcshell harness command line arguments path filters for tests: followup to fix 'make xpcshell-tests'. r=ahal (ad2a4d80ec) - Bug 1210162 - Add --suite reftest to REMOTE_REFTEST in testsuite-targets.mk. r=jgraham (67d8965908) - bug 1201224 - stop unifying test package during mac universal builds. r=gps (ef060aebd8) - Bug 1208320 - Produce mozharness test archive via mozpack; r=glandium (ca00c255a6) - Bug 1208320 - Produce xpcshell archive without staging test files; r=glandium (722bcb774a) - Bug 1208320 - Produce mochitest test archive without staging test files; r=glandium (af03691082) - Bug 1208320 - Produce web-platform test archive without staging; r=glandium (57150c766c) - Bug 1208320 - Produce talos test archive without staging files; r=glandium (351c8241e5) - Bug 1208320 - Produce common tests archive via Python; r=glandium (f4f7eb1e69) - Bug 1208320 - Produce cppunittest and reftest packages via Python; r=glandium (9844181ea2) - Bug 1208320 - Do not stage JIT test files before archiving; r=glandium (34fff39980) - Bug 1208320 - Do not stage TPS files before archiving; r=glandium (f59c2d60cb) - Bug 1208320 - Do not stage JS test modules before archiving; r=glandium (98693daec5) - Bug 1208320 - Do not stage mozbase files before archiving; r=glandium (2525f71fa1) - Bug 1209628 - Package mozharness alongside other build artifacts instead of 'package-tests', r=gps (d550f2a75a) - Bug 1221356 - Don't package mozharness for Thunderbird builds. r=gps (ba3f880b29) - Bug 1235676 - Replace $(abspath $(DIST)) with $(ABS_DIST). r=mshal (2bf61abf38) - Bug 1231379 - Disable omni.ja compression on desktop platforms r=catlee,glandium (8df98d00ec) - bit of 844785 (761458c7e0) - Bug 1208320 - Do not stage some C++ unit test support files before archiving; r=glandium (76ece8bf19) - Bug 992983 - Build and upload the gtest libxul during test packaging. r=ted (256dc5a4de) - bug 1203573 - add a MOZ_SIMPLE_PACKAGE_NAME variable to simplify package naming for taskcluster's benefit. r=gps (0756055df4) - Bug 1243750 - Install all SDKs into sdk/; r=glandium (af52ad9429) - Bug 1235107 - Move bookmarks.html to a chrome localized location. r=dolske (7e2d65c85c) - Bug 1235108 - Stop using vpaths for bookmarks.inc. r=gps (185924667d) - Bug 1235108 - Stop using the -I option to force-include bookmarks.inc in bookmarks.html.in. r=gps (b162510c1c) - Bug 1235108 - For ja-JP-mac locale, reassign AB_CD in bookmarks.html.in instead of in the Makefile. r=gps (d35a8f17aa) - Bug 1235108 - Install bookmarks.html from jar.mn instead of a custom Makefile rule. r=gps (f8a134e132) - Bug 1207882 - Use source searchplugin files directly for en-US locale. r=gps (d8a2cb5c77) - Bug 1209606 - Limit using source searchplugin files directly to `mach build faster` until bug 1105092 is fixed. r=gps (fd52cb321c) - Bug 1239217 - Skip empty install manifests, apart a few exceptions. r=gps (a7ec6d1102)
228 lines
8.5 KiB
Makefile
228 lines
8.5 KiB
Makefile
# vim:set ts=8 sw=8 sts=8 noet:
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
include $(topsrcdir)/config/config.mk
|
|
|
|
ifdef LOCALE_MERGEDIR
|
|
vpath crashreporter%.ini $(LOCALE_MERGEDIR)/browser/crashreporter
|
|
endif
|
|
vpath crashreporter%.ini $(LOCALE_SRCDIR)/crashreporter
|
|
ifdef LOCALE_MERGEDIR
|
|
vpath crashreporter%.ini @srcdir@/en-US/crashreporter
|
|
endif
|
|
|
|
|
|
SUBMAKEFILES += \
|
|
$(DEPTH)/$(MOZ_BRANDING_DIRECTORY)/Makefile \
|
|
$(DEPTH)/$(MOZ_BRANDING_DIRECTORY)/locales/Makefile \
|
|
$(NULL)
|
|
|
|
# This makefile uses variable overrides from the libs-% target to
|
|
# build non-default locales to non-default dist/ locations. Be aware!
|
|
|
|
PWD := $(CURDIR)
|
|
|
|
# These are defaulted to be compatible with the files the wget-en-US target
|
|
# pulls. You may override them if you provide your own files. You _must_
|
|
# override them when MOZ_PKG_PRETTYNAMES is defined - the defaults will not
|
|
# work in that case.
|
|
ZIP_IN ?= $(ABS_DIST)/$(PACKAGE)
|
|
WIN32_INSTALLER_IN ?= $(ABS_DIST)/$(PKG_INST_PATH)$(PKG_INST_BASENAME).exe
|
|
RETRIEVE_WINDOWS_INSTALLER = 1
|
|
|
|
MOZ_LANGPACK_EID=langpack-$(AB_CD)@palemoon.org
|
|
|
|
L10N_PREF_JS_EXPORTS = $(call MERGE_FILE,palemoon-l10n.js)
|
|
L10N_PREF_JS_EXPORTS_PATH = $(FINAL_TARGET)/$(PREF_DIR)
|
|
L10N_PREF_JS_EXPORTS_FLAGS = $(PREF_PPFLAGS) --silence-missing-directive-warnings
|
|
PP_TARGETS += L10N_PREF_JS_EXPORTS
|
|
|
|
ifneq (,$(filter cocoa,$(MOZ_WIDGET_TOOLKIT)))
|
|
MOZ_PKG_MAC_DSSTORE=$(ABS_DIST)/branding/dsstore
|
|
MOZ_PKG_MAC_BACKGROUND=$(ABS_DIST)/branding/background.png
|
|
MOZ_PKG_MAC_ICON=$(ABS_DIST)/branding/disk.icns
|
|
MOZ_PKG_MAC_EXTRA=--symlink '/Applications:/ '
|
|
endif
|
|
|
|
ifeq (WINNT,$(OS_ARCH))
|
|
UNINSTALLER_PACKAGE_HOOK = $(RM) -r $(STAGEDIST)/uninstall; \
|
|
$(NSINSTALL) -D $(STAGEDIST)/uninstall; \
|
|
cp ../installer/windows/l10ngen/helper.exe $(STAGEDIST)/uninstall; \
|
|
$(RM) $(ABS_DIST)/l10n-stage/setup.exe; \
|
|
cp ../installer/windows/l10ngen/setup.exe $(ABS_DIST)/l10n-stage; \
|
|
$(NULL)
|
|
|
|
STUB_HOOK = $(NSINSTALL) -D '$(ABS_DIST)/$(PKG_INST_PATH)'; \
|
|
$(RM) '$(ABS_DIST)/$(PKG_INST_PATH)$(PKG_STUB_BASENAME).exe'; \
|
|
cp ../installer/windows/l10ngen/stub.exe '$(ABS_DIST)/$(PKG_INST_PATH)$(PKG_STUB_BASENAME).exe'; \
|
|
chmod 0755 '$(ABS_DIST)/$(PKG_INST_PATH)$(PKG_STUB_BASENAME).exe'; \
|
|
$(NULL)
|
|
endif
|
|
|
|
SEARCHPLUGINS_NAMES = $(shell cat $(call MERGE_FILE,/searchplugins/list.txt))
|
|
SEARCHPLUGINS_FILENAMES = $(subst :hidden,,$(SEARCHPLUGINS_NAMES))
|
|
SEARCHPLUGINS_PATH := .deps/generated_$(AB_CD)
|
|
SEARCHPLUGINS_TARGET := libs searchplugins
|
|
SEARCHPLUGINS := $(foreach plugin,$(addsuffix .xml,$(SEARCHPLUGINS_FILENAMES)),$(or $(wildcard $(call EN_US_OR_L10N_FILE,searchplugins/$(plugin))),$(warning Missing searchplugin: $(plugin))))
|
|
# Some locale-specific search plugins may have preprocessor directives, but the
|
|
# default en-US ones do not.
|
|
SEARCHPLUGINS_FLAGS := --silence-missing-directive-warnings
|
|
PP_TARGETS += SEARCHPLUGINS
|
|
|
|
list-txt = $(SEARCHPLUGINS_PATH)/list.txt
|
|
GARBAGE += $(list-txt)
|
|
|
|
libs:: searchplugins
|
|
|
|
# Required for l10n.mk - defines a list of app sub dirs that should
|
|
# be included in langpack xpis.
|
|
DIST_SUBDIRS = $(DIST_SUBDIR)
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
include $(topsrcdir)/toolkit/locales/l10n.mk
|
|
|
|
$(list-txt): $(call mkdir_deps,$(SEARCHPLUGINS_PATH)) $(if $(IS_LANGUAGE_REPACK),FORCE)
|
|
$(RM) $(list-txt)
|
|
$(foreach plugin,$(SEARCHPLUGINS_NAMES),printf '$(plugin)\n' >> $(list-txt);)
|
|
searchplugins:: $(list-txt)
|
|
|
|
$(STAGEDIST): $(DIST)/branding
|
|
|
|
$(DIST)/branding:
|
|
$(NSINSTALL) -D $@
|
|
|
|
PROFILE_FILES = \
|
|
localstore.rdf \
|
|
mimeTypes.rdf \
|
|
$(NULL)
|
|
|
|
PROFILE_CHROME = userChrome-example.css userContent-example.css
|
|
|
|
DEFINES += -DBOOKMARKS_INCLUDE_DIR=$(dir $(call MERGE_FILE,profile/bookmarks.inc))
|
|
|
|
libs:: $(addprefix generic/profile/,$(PROFILE_FILES))
|
|
$(SYSINSTALL) $(IFLAGS1) $^ $(FINAL_TARGET)/defaults/profile
|
|
|
|
libs:: $(call MERGE_FILES,$(addprefix profile/chrome/,$(PROFILE_CHROME)))
|
|
$(SYSINSTALL) $(IFLAGS1) $^ $(FINAL_TARGET)/defaults/profile/chrome
|
|
|
|
install:: $(DESTDIR)$(mozappdir)/defaults/profile/bookmarks.html ;
|
|
|
|
install:: $(addprefix generic/profile/,$(PROFILE_FILES))
|
|
$(SYSINSTALL) $(IFLAGS1) $^ $(DESTDIR)$(mozappdir)/defaults/profile
|
|
|
|
install:: $(call MERGE_FILES,$(addprefix profile/chrome/,$(PROFILE_CHROME)))
|
|
$(SYSINSTALL) $(IFLAGS1) $^ $(DESTDIR)$(mozappdir)/defaults/profile/chrome
|
|
|
|
libs-%:
|
|
$(NSINSTALL) -D $(DIST)/install
|
|
@$(MAKE) -C ../../toolkit/locales libs-$*
|
|
@$(MAKE) -C ../../services/sync/locales AB_CD=$* XPI_NAME=locale-$*
|
|
ifdef MOZ_WEBAPP_RUNTIME
|
|
@$(MAKE) -C ../../webapprt/locales AB_CD=$* XPI_NAME=locale-$*
|
|
endif
|
|
@$(MAKE) -C ../../extensions/spellcheck/locales AB_CD=$* XPI_NAME=locale-$*
|
|
@$(MAKE) -C ../../intl/locales AB_CD=$* XPI_NAME=locale-$*
|
|
@$(MAKE) -B searchplugins AB_CD=$* XPI_NAME=locale-$*
|
|
@$(MAKE) libs AB_CD=$* XPI_NAME=locale-$* PREF_DIR=$(PREF_DIR)
|
|
@$(MAKE) -C $(DEPTH)/$(MOZ_BRANDING_DIRECTORY)/locales AB_CD=$* XPI_NAME=locale-$*
|
|
|
|
repackage-win32-installer: WIN32_INSTALLER_OUT=$(ABS_DIST)/$(PKG_INST_PATH)$(PKG_INST_BASENAME).exe
|
|
repackage-win32-installer: $(call ESCAPE_WILDCARD,$(WIN32_INSTALLER_IN)) $(SUBMAKEFILES) libs-$(AB_CD)
|
|
@echo 'Repackaging $(WIN32_INSTALLER_IN) into $(WIN32_INSTALLER_OUT).'
|
|
$(MAKE) -C $(DEPTH)/$(MOZ_BRANDING_DIRECTORY) export
|
|
$(MAKE) -C ../installer/windows CONFIG_DIR=l10ngen l10ngen/setup.exe l10ngen/7zSD.sfx
|
|
$(MAKE) repackage-zip \
|
|
AB_CD=$(AB_CD) \
|
|
MOZ_PKG_FORMAT=SFX7Z \
|
|
ZIP_IN='$(WIN32_INSTALLER_IN)' \
|
|
ZIP_OUT='$(WIN32_INSTALLER_OUT)' \
|
|
SFX_HEADER='$(PWD)/../installer/windows/l10ngen/7zSD.sfx \
|
|
$(topsrcdir)/browser/installer/windows/app.tag'
|
|
|
|
ifeq (WINNT,$(OS_ARCH))
|
|
repackage-win32-installer-%: $(STAGEDIST)
|
|
@$(MAKE) repackage-win32-installer AB_CD=$* WIN32_INSTALLER_IN='$(WIN32_INSTALLER_IN)'
|
|
|
|
repackage-zip-%: repackage-win32-installer-%
|
|
else
|
|
repackage-win32-installer-%: ;
|
|
endif
|
|
|
|
|
|
clobber-zip:
|
|
$(RM) $(STAGEDIST)/chrome/$(AB_CD).jar \
|
|
$(STAGEDIST)/chrome/$(AB_CD).manifest \
|
|
$(STAGEDIST)/webapprt/chrome/$(AB_CD).jar \
|
|
$(STAGEDIST)/webapprt/chrome/$(AB_CD).manifest \
|
|
$(STAGEDIST)/$(PREF_DIR)/palemoon-l10n.js
|
|
$(RM) -rf $(STAGEDIST)/dictionaries \
|
|
$(STAGEDIST)/hyphenation \
|
|
$(STAGEDIST)/defaults/profile \
|
|
$(STAGEDIST)/chrome/$(AB_CD) \
|
|
$(STAGEDIST)/webapprt/chrome/$(AB_CD)
|
|
|
|
|
|
langpack: langpack-$(AB_CD)
|
|
|
|
# This is a generic target that will make a langpack, repack ZIP (+tarball)
|
|
# builds, and repack an installer if applicable. It is called from the
|
|
# tinderbox scripts. Alter it with caution.
|
|
|
|
installers-%: clobber-% langpack-% repackage-win32-installer-% repackage-zip-%
|
|
@echo 'repackaging done'
|
|
|
|
ifdef MOZ_UPDATER
|
|
# Note that we want updater.ini to be in the top directory, not the browser/
|
|
# subdirectory, because that's where the updater is installed and runs.
|
|
libs:: $(call MERGE_FILE,updater/updater.ini) $(call mkdir_deps,$(DIST)/bin)
|
|
ifeq ($(OS_ARCH),WINNT)
|
|
cat $< $(srcdir)/../installer/windows/nsis/updater_append.ini | \
|
|
sed -e 's/^InfoText=/Info=/' -e 's/^TitleText=/Title=/' | \
|
|
sed -e 's/%MOZ_APP_DISPLAYNAME%/$(MOZ_APP_DISPLAYNAME)/' > \
|
|
$(FINAL_TARGET)/../updater.ini
|
|
else
|
|
cat $< | \
|
|
sed -e 's/^InfoText=/Info=/' -e 's/^TitleText=/Title=/' | \
|
|
sed -e 's/%MOZ_APP_DISPLAYNAME%/$(MOZ_APP_DISPLAYNAME)/' > \
|
|
$(FINAL_TARGET)/../updater.ini
|
|
endif
|
|
endif
|
|
|
|
ifdef MOZ_CRASHREPORTER
|
|
libs:: crashreporter-override.ini
|
|
$(SYSINSTALL) $(IFLAGS1) $^ $(FINAL_TARGET)
|
|
endif
|
|
|
|
ident:
|
|
@printf 'fx_revision '
|
|
@$(PYTHON) $(topsrcdir)/config/printconfigsetting.py \
|
|
$(STAGEDIST)/application.ini App SourceStamp
|
|
@printf 'buildid '
|
|
@$(PYTHON) $(topsrcdir)/config/printconfigsetting.py \
|
|
$(STAGEDIST)/application.ini App BuildID
|
|
|
|
merge-%:
|
|
ifdef LOCALE_MERGEDIR
|
|
$(RM) -rf $(LOCALE_MERGEDIR)
|
|
MACOSX_DEPLOYMENT_TARGET= compare-locales -m $(LOCALE_MERGEDIR) $(srcdir)/l10n.ini $(L10NBASEDIR) $*
|
|
endif
|
|
@echo
|
|
|
|
# test target, depends on make package
|
|
# try to repack x-test, with just toolkit/defines.inc being there
|
|
l10n-check:: INNER_UNMAKE_PACKAGE=true
|
|
l10n-check::
|
|
$(RM) -rf x-test
|
|
$(NSINSTALL) -D x-test/toolkit
|
|
echo '#define MOZ_LANG_TITLE Just testing' > x-test/toolkit/defines.inc
|
|
@# ZIP_IN='$(ZIP_IN)' will pass down the *current* value of ZIP_IN, based
|
|
@# on MOZ_SIMPLE_PACKAGE_NAME not being reset, overwriting the value it
|
|
@# would get with MOZ_SIMPLE_PACKAGE_NAME reset.
|
|
$(MAKE) installers-x-test L10NBASEDIR='$(PWD)' LOCALE_MERGEDIR='$(PWD)/mergedir' ZIP_IN='$(ZIP_IN)' MOZ_SIMPLE_PACKAGE_NAME=
|
|
$(PYTHON) $(topsrcdir)/toolkit/mozapps/installer/unpack.py $(DIST)/l10n-stage/$(STAGEPATH)$(MOZ_PKG_DIR)$(_BINPATH)
|
|
cd $(DIST)/l10n-stage && test $$(cat $(STAGEPATH)$(MOZ_PKG_DIR)$(_BINPATH)/update.locale) = x-test
|