l10n-repackaging change: now we don't need to build the entire tree before doing l10n repackaging

This commit is contained in:
bsmedberg%covad.net 2005-07-29 16:38:23 +00:00
Родитель 0f730a4cb7
Коммит 85ac8dac8f
2 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -48,6 +48,10 @@ include $(topsrcdir)/config/config.mk
run_for_effects := $(shell if ! test -d $(DIST); then $(NSINSTALL) -D $(DIST); fi)
_ABS_DIST := $(shell cd $(DIST) && pwd)
ifdef MOZ_BRANDING_DIRECTORY
SUBMAKEFILES += $(DEPTH)/$(MOZ_BRANDING_DIRECTORY)/locales/Makefile
endif
# This makefile uses variable overrides from the libs-% target to
# build non-default locales to non-default dist/ locations. Be aware!

Просмотреть файл

@ -47,6 +47,10 @@ include $(topsrcdir)/config/config.mk
run_for_effect := $(shell if ! test -d $(DIST); then $(NSINSTALL) -D $(DIST); fi)
_ABS_DIST := $(shell cd $(DIST) && pwd)
ifdef MOZ_BRANDING_DIRECTORY
SUBMAKEFILES += $(DEPTH)/$(MOZ_BRANDING_DIRECTORY)/locales/Makefile
endif
# This makefile uses variable overrides from the libs-% target to
# build non-default locales to non-default dist/ locations. Be aware!