mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1240660 - Move jar_maker to the misc tier, now that ordering does't matter. r=gps
This commit is contained in:
parent
5ae6f7b872
commit
d834859284
@ -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.
|
||||
|
@ -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) \
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user