author | Robert Strong <robert.bugzilla@gmail.com> |
Tue, 15 Jun 2010 15:13:58 -0700 | |
changeset 43665 | ab2882dd564c98f84ef0a429c41513f330f40d78 |
parent 43664 | 9bf041cf98564240c44ebe7460c3a78e1fe0b6a9 |
child 43666 | fb55d93295ad45d16ba6470a0975fc33ccc65b61 |
push id | 13841 |
push user | rstrong@mozilla.com |
push date | Tue, 15 Jun 2010 22:14:16 +0000 |
treeherder | mozilla-central@ab2882dd564c [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | vlad |
bugs | 570680 |
milestone | 1.9.3a6pre |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/browser/locales/Makefile.in +++ b/browser/locales/Makefile.in @@ -175,22 +175,16 @@ install:: $(addprefix $(LOCALE_SRCDIR)/p SEARCH_PLUGINS = $(shell cat $(LOCALE_SRCDIR)/searchplugins/list.txt) libs:: $(addsuffix .xml,$(SEARCH_PLUGINS)) $(SYSINSTALL) $(IFLAGS1) $^ $(FINAL_TARGET)/searchplugins install:: $(addsuffix .xml,$(SEARCH_PLUGINS)) $(SYSINSTALL) $(IFLAGS1) $^ $(DESTDIR)$(mozappdir)/searchplugins -tests: -ifneq (en-US, $(AB_CD)) - @echo "Verifying $(AB_CD) installer variable usage" - @$(PERL) $(topsrcdir)/toolkit/mozapps/installer/windows/nsis/check-locales.pl $(LOCALE_SRCDIR)/installer -endif - libs-%: $(NSINSTALL) -D $(DIST)/install @$(MAKE) -C ../../toolkit/locales libs-$* BOTH_MANIFESTS=1 @$(MAKE) -C ../../extensions/reporter/locales libs AB_CD=$* XPI_NAME=locale-$* BOTH_MANIFESTS=1 @$(MAKE) -C ../../extensions/spellcheck/locales AB_CD=$* XPI_NAME=locale-$* BOTH_MANIFESTS=1 @$(MAKE) libs AB_CD=$* XPI_NAME=locale-$* PREF_DIR=defaults/pref BOTH_MANIFESTS=1 @$(MAKE) -C $(DEPTH)/$(MOZ_BRANDING_DIRECTORY)/locales AB_CD=$* XPI_NAME=locale-$* BOTH_MANIFESTS=1