~ubuntu-branches/ubuntu/trusty/fennec/trusty

« back to all changes in this revision

Viewing changes to mobile/locales/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2011-01-26 20:31:40 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110126203140-zcg54f8ost2vmrxr
Tags: 4.0~b3-0ubuntu1
* New upstream release v4.0 B3 (FENNEC_4_0b3_RELEASE)

* Update build-depends for xulrunner-2.0
  - update debian/control
* Update mozclient to point to the mobile-browser repo
  - update debian/mozclient/fennec.conf
* Build with "--with-system-libxul"
  - update debian/rules
* Add launcher script, based on the one used in Firefox but with the
  unnecessary bits stripped out
  - add debian/fennec.sh
  - update debian/rules
* Refresh patches for new version
  - update debian/patches/bump_gecko_versions_in_application.ini.patch
  - update debian/patches/ubuntu_codes_google.patch
  - update debian/patches/installer.patch
* Drop unneeded patches
  - remove debian/patches/nspr_flags_by_pkg_config_hack.patch
  - remove debian/patches/xul191_l10n.patch
  - update debian/patches/series

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
libs-%:
110
110
        $(NSINSTALL) -D $(DIST)/install
111
111
        @$(MAKE) -C ../../toolkit/locales libs-$* BOTH_MANIFESTS=1
 
112
        @$(MAKE) -C ../../services/sync/locales AB_CD=$* XPI_NAME=locale-$* BOTH_MANIFESTS=1
112
113
        @$(MAKE) -B bookmarks.json AB_CD=$*
113
114
        @$(MAKE) -B searchplugins AB_CD=$* XPI_NAME=locale-$*
114
115
        @$(MAKE) libs AB_CD=$* XPI_NAME=locale-$* PREF_DIR=defaults/preferences BOTH_MANIFESTS=1
117
118
# Tailored target to just add the chrome processing for multi-locale builds
118
119
chrome-%:
119
120
        @$(MAKE) -C $(DEPTH)/toolkit/locales chrome-$*
 
121
        @$(MAKE) -C $(DEPTH)/services/sync/locales AB_CD=$* XPI_NAME=locale-$* BOTH_MANIFESTS=1
120
122
        @$(MAKE) -B bookmarks.json AB_CD=$*
121
123
        @$(MAKE) -B searchplugins AB_CD=$*
122
124
        @$(MAKE) chrome AB_CD=$*
247
249
        $(error DEB_PKG_NAME not defined)
248
250
endif
249
251
        @$(MAKE) repackage-deb AB_CD=$(AB_CD) DEB_PKG_NAME=$(DEB_PKG_NAME)
 
252
 
 
253
merge-%:
 
254
ifdef LOCALE_MERGEDIR
 
255
        $(RM) -rf $(LOCALE_MERGEDIR)
 
256
        MACOSX_DEPLOYMENT_TARGET= compare-locales -m $(LOCALE_MERGEDIR) $(srcdir)/l10n.ini $(L10NBASEDIR) $*
 
257
endif
 
258
        @echo