This commit is contained in:
Florian Quèze 2012-03-12 19:35:53 +01:00
Родитель 4ee7fdc487
Коммит e196b5e3bd
3 изменённых файлов: 4 добавлений и 11 удалений

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

@ -42,14 +42,6 @@ relativesrcdir = chat/locales
include $(DEPTH)/config/autoconf.mk
DEFINES += \
-DAB_CD=$(AB_CD) \
$(NULL)
DEFINES += -DAB_CD=$(AB_CD)
include $(topsrcdir)/config/rules.mk
libs-%: AB_CD=$*
libs-%:
# XXX: it would be nice if we could just do nothing if no langpack is being done
# currently, we just go and (re)build en-US if called with a non-supported locale
$(MAKE) libs AB_CD=$*

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

@ -1,8 +1,8 @@
def test(mod, path, entity = None):
import re
# ignore anyhting but Instantbird
# ignore anything but Instantbird
if mod not in ("netwerk", "dom", "toolkit", "security/manager",
"instantbird", "purple", "extensions/reporter", "extensions/spellcheck",
"instantbird", "chat", "purple", "extensions/reporter", "extensions/spellcheck",
"instantbird/branding/release", "instantbird/branding/nightly"):
return False
if mod == "instantbird" and path.startswith("branding/"):

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

@ -3,6 +3,7 @@ depth = ../..
[compare]
dirs = instantbird
chat
purple
instantbird/branding/release
instantbird/branding/nightly