firefox-no-sync-l10n.patch
author Wolfgang Rosenauer <wr@rosenauer.org>
Thu, 30 Sep 2010 11:10:57 +0200
branchff-standalone
changeset 168 2457238ea274
parent 153 46ee28dc7145
child 170 b688db617cb7
permissions -rw-r--r--
No branding packaging (yet) because of the omnijar mess
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
153
46ee28dc7145 Update to 4.0b5
Wolfgang Rosenauer <wr@rosenauer.org>
parents: 101
diff changeset
     2
# Parent c0749d2284c555e499beef7a8ae08d37abe45fcd
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
153
46ee28dc7145 Update to 4.0b5
Wolfgang Rosenauer <wr@rosenauer.org>
parents: 101
diff changeset
     7
@@ -184,17 +184,19 @@ install:: $(addsuffix .xml,$(SEARCH_PLUG
101
1678af7b5183 Fix l10n build of Firefox
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     8
 
1678af7b5183 Fix l10n build of Firefox
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     9
 
1678af7b5183 Fix l10n build of Firefox
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    10
 libs-%:
1678af7b5183 Fix l10n build of Firefox
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    11
 	$(NSINSTALL) -D $(DIST)/install
1678af7b5183 Fix l10n build of Firefox
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    12
 ifndef LIBXUL_SDK
1678af7b5183 Fix l10n build of Firefox
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    13
 	@$(MAKE) -C ../../toolkit/locales libs-$* BOTH_MANIFESTS=1
1678af7b5183 Fix l10n build of Firefox
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    14
 	@$(MAKE) -C ../../extensions/spellcheck/locales AB_CD=$* XPI_NAME=locale-$* BOTH_MANIFESTS=1
1678af7b5183 Fix l10n build of Firefox
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    15
 endif
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
1678af7b5183 Fix l10n build of Firefox
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    19
 	@$(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
    20
 	@$(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
    21
 
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
 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
    24
 repackage-win32-installer: $(WIN32_INSTALLER_IN) $(SUBMAKEFILES)
1678af7b5183 Fix l10n build of Firefox
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
    25
 	@echo "Repackaging $(WIN32_INSTALLER_IN) into $(WIN32_INSTALLER_OUT)."
153
46ee28dc7145 Update to 4.0b5
Wolfgang Rosenauer <wr@rosenauer.org>
parents: 101
diff changeset
    26
 	$(MAKE) -C $(DEPTH)/$(MOZ_BRANDING_DIRECTORY) export