summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2023-07-20 13:12:07 +0200
committerStephan Bergmann <sbergman@redhat.com>2023-07-21 08:16:16 +0200
commit014336cc67710dd84a8e4caf3372773826be056f (patch)
tree74c9ce9f6e1c4b497777b6058e2b34492174e772 /solenv
parenta5ea9d89e623ffae905393dacbd73683a07d5d76 (diff)
Remove officecfg/util/sanity.xsl check of no value
.xcs <desc> is merely glorified comment syntax by now, and the check had caused unnecessary grief in 3c41b32562d5ccdd306000484c5b16245b2b4a4f "tdf#156308: Restore use of /org.openoffice.Office.Recovery/AutoSave" Change-Id: I1c44836e497e4066766033ffac9b9c39a8f007be Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154672 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/Configuration.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/solenv/gbuild/Configuration.mk b/solenv/gbuild/Configuration.mk
index 67bea78d8b35..03f0f3ec3713 100644
--- a/solenv/gbuild/Configuration.mk
+++ b/solenv/gbuild/Configuration.mk
@@ -64,7 +64,6 @@ endef
gb_Configuration_LANGS := en-US $(filter-out en-US,$(gb_WITH_LANG))
gb_XcsTarget_XSLT_SchemaVal := $(SRCDIR)/officecfg/util/schema_val.xsl
-gb_XcsTarget_XSLT_Sanity := $(SRCDIR)/officecfg/util/sanity.xsl
gb_XcsTarget_XSLT_SchemaTrim := $(SRCDIR)/officecfg/util/schema_trim.xsl
gb_XcsTarget_DTD_Schema := $(SRCDIR)/officecfg/registry/component-schema.dtd
@@ -79,10 +78,6 @@ $(call gb_Helper_abbreviate_dirs,\
$(gb_XcsTarget_XSLT_SchemaVal) \
$(3) && \
$(gb_Configuration_XSLTCOMMAND) --nonet \
- --noout \
- $(gb_XcsTarget_XSLT_Sanity) \
- $(3) && \
- $(gb_Configuration_XSLTCOMMAND) --nonet \
-o $(1) \
--stringparam LIBO_SHARE_FOLDER $(LIBO_SHARE_FOLDER) \
--stringparam LIBO_SHARE_HELP_FOLDER $(LIBO_SHARE_HELP_FOLDER) \
@@ -91,7 +86,7 @@ $(call gb_Helper_abbreviate_dirs,\
endef
$(call gb_XcsTarget_get_target,%) : \
- $(gb_XcsTarget_XSLT_SchemaVal) $(gb_XcsTarget_XSLT_Sanity) \
+ $(gb_XcsTarget_XSLT_SchemaVal) \
$(gb_XcsTarget_XSLT_SchemaTrim) $(gb_XcsTarget_DTD_Schema) \
| $(gb_Configuration_XSLTCOMMAND_DEPS)
$(call gb_Output_announce,$*,$(true),XCS,1)