Kaydet (Commit) 65752465 authored tarafından Eike Rathke's avatar Eike Rathke

Revert "make saxparser deps order-only"

This reverts commit 49d8bc1d.

If saxparser changed, specifically if
i18npool/source/localedata/LocaleNode.cxx was modified, we actually want
all .cxx regenerated from locale data and not silently skip all.

Conflicts:
	i18npool/CustomTarget_localedata.mk

Change-Id: I3a1b0ed0dab12148ee34653cdfac593001d2ecf7
üst cf7439c5
......@@ -18,7 +18,7 @@ $(eval $(call gb_CustomTarget_register_targets,i18npool/localedata,\
define i18npool_LD_RULE
$(call gb_CustomTarget_get_workdir,i18npool/localedata)/localedata_$(1).cxx : \
$(SRCDIR)/i18npool/source/localedata/data/$(1).xml \
| $(call gb_Executable_get_runtime_dependencies,saxparser)
$(call gb_Executable_get_runtime_dependencies,saxparser)
$$(call gb_Output_announce,$$(subst $(WORKDIR)/,,$$@),$(true),SAX,1)
$$(call gb_Helper_abbreviate_dirs, \
$$(call gb_Helper_execute,saxparser) $(1) $$< $$@.tmp \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment