Bug 1240660 - Move jar_maker to the misc tier, now that ordering does't matter. r=gps

This commit is contained in:
Mike Hommey 2016-01-19 15:38:51 +09:00
parent dcdd7d9f41
commit 299b5dc832
3 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,7 @@ PP_TARGETS += SEARCHPLUGINS
list-txt = $(SEARCHPLUGINS_PATH)/list.txt
GARBAGE += $(list-txt)
libs:: searchplugins
misc:: searchplugins
# Required for l10n.mk - defines a list of app sub dirs that should
# be included in langpack xpis.

View File

@ -1216,7 +1216,7 @@ endif
endif
endif
libs realchrome:: $(FINAL_TARGET)/chrome
misc realchrome:: $(FINAL_TARGET)/chrome
$(call py_action,jar_maker,\
$(QUIET) -d $(FINAL_TARGET) \
$(MAKE_JARS_FLAGS) $(DEFINES) $(ACDEFINES) \

View File

@ -1354,7 +1354,7 @@ VARIABLES = {
JAR manifests are files in the tree that define how to package files
into JARs and how chrome registration is performed. For more info,
see :ref:`jar_manifests`.
""", 'libs'),
""", 'misc'),
# IDL Generation.
'XPIDL_SOURCES': (StrictOrderingOnAppendList, list,