firefox-no-sync-l10n.patch
author Wolfgang Rosenauer <wr@rosenauer.org>
Thu, 03 Feb 2011 10:42:10 +0100
changeset 226 6bf3bb4c115e
parent 170 b688db617cb7
child 251 4c9ebbedd59c
permissions -rw-r--r--
update for 2.0b11/4.0b11 - added mozilla-cairo-return.patch - rebased patches
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
101
1678af7b5183 Fix l10n build of Firefox
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     1
# HG changeset patch
170
b688db617cb7 removed obsolete overlapping patch (firefox-libxul-sdk.patch)
Wolfgang Rosenauer <wr@rosenauer.org>
parents: 153
diff changeset
     2
# Parent e386d64898cac5a2e10bc4fbce606ffeefe1f210
153
46ee28dc7145 Update to 4.0b5
Wolfgang Rosenauer <wr@rosenauer.org>
parents: 101
diff changeset
     3
101
1678af7b5183 Fix l10n build of Firefox
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     4
diff --git a/browser/locales/Makefile.in b/browser/locales/Makefile.in
1678af7b5183 Fix l10n build of Firefox
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     5
--- a/browser/locales/Makefile.in
1678af7b5183 Fix l10n build of Firefox
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     6
+++ b/browser/locales/Makefile.in
170
b688db617cb7 removed obsolete overlapping patch (firefox-libxul-sdk.patch)
Wolfgang Rosenauer <wr@rosenauer.org>
parents: 153
diff changeset
     7
@@ -181,17 +181,19 @@ libs:: $(addsuffix .xml,$(SEARCH_PLUGINS
b688db617cb7 removed obsolete overlapping patch (firefox-libxul-sdk.patch)
Wolfgang Rosenauer <wr@rosenauer.org>
parents: 153
diff changeset
     8
 
b688db617cb7 removed obsolete overlapping patch (firefox-libxul-sdk.patch)
Wolfgang Rosenauer <wr@rosenauer.org>
parents: 153
diff changeset
     9
 install:: $(addsuffix .xml,$(SEARCH_PLUGINS))
b688db617cb7 removed obsolete overlapping patch (firefox-libxul-sdk.patch)
Wolfgang Rosenauer <wr@rosenauer.org>
parents: 153
diff changeset
    10
 	$(SYSINSTALL) $(IFLAGS1) $^ $(DESTDIR)$(mozappdir)/searchplugins
101
1678af7b5183 Fix l10n build of Firefox
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    11
 
1678af7b5183 Fix l10n build of Firefox
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    12
 
1678af7b5183 Fix l10n build of Firefox
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    13
 libs-%:
1678af7b5183 Fix l10n build of Firefox
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    14
 	$(NSINSTALL) -D $(DIST)/install
1678af7b5183 Fix l10n build of Firefox
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    15
 	@$(MAKE) -C ../../toolkit/locales libs-$* BOTH_MANIFESTS=1
1678af7b5183 Fix l10n build of Firefox
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    16
+ifdef MOZ_SERVICES_SYNC
1678af7b5183 Fix l10n build of Firefox
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    17
 	@$(MAKE) -C ../../services/sync/locales AB_CD=$* XPI_NAME=locale-$* BOTH_MANIFESTS=1
1678af7b5183 Fix l10n build of Firefox
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    18
+endif
170
b688db617cb7 removed obsolete overlapping patch (firefox-libxul-sdk.patch)
Wolfgang Rosenauer <wr@rosenauer.org>
parents: 153
diff changeset
    19
 	@$(MAKE) -C ../../extensions/spellcheck/locales AB_CD=$* XPI_NAME=locale-$* BOTH_MANIFESTS=1
101
1678af7b5183 Fix l10n build of Firefox
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    20
 	@$(MAKE) libs AB_CD=$* XPI_NAME=locale-$* PREF_DIR=defaults/pref BOTH_MANIFESTS=1
1678af7b5183 Fix l10n build of Firefox
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    21
 	@$(MAKE) -C $(DEPTH)/$(MOZ_BRANDING_DIRECTORY)/locales AB_CD=$* XPI_NAME=locale-$* BOTH_MANIFESTS=1
1678af7b5183 Fix l10n build of Firefox
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    22
 
1678af7b5183 Fix l10n build of Firefox
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    23
 
1678af7b5183 Fix l10n build of Firefox
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    24
 repackage-win32-installer: WIN32_INSTALLER_OUT="$(_ABS_DIST)/$(PKG_INST_PATH)$(PKG_INST_BASENAME).exe"
1678af7b5183 Fix l10n build of Firefox
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    25
 repackage-win32-installer: $(WIN32_INSTALLER_IN) $(SUBMAKEFILES)
1678af7b5183 Fix l10n build of Firefox
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    26
 	@echo "Repackaging $(WIN32_INSTALLER_IN) into $(WIN32_INSTALLER_OUT)."