summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2022-04-11 11:23:18 +0200
committerStephan Bergmann <sbergman@redhat.com>2022-04-11 14:12:21 +0200
commit77db890a80d62da5524c76addb33e71b3ed9fb6c (patch)
tree81df8c46ee068ae978325a636aa2ecc65137d233 /Repository.mk
parent9c5facd726e3d5148d17ad547213afe0874ea910 (diff)
unoidl-check does not need to be part of installation sets
...it is a build-time tool used from solenv/gbuild/UnoApiTarget.mk, and should be of no value for users of LO (or of the SDK). It was presumably a historic mistake that its predecessor regcompare was included in installation sets in the first place. (The only mention of it in the Developers' Guide, which only acknowledged its existence without giving any details how to use it, has been removed in <https://wiki.documentfoundation.org/index.php?title=Documentation/DevGuide/Writing_UNO_Components&oldid=492551> "Drop mention of build-time tool unoidl-check that should not be part of any installation sets".) Change-Id: I626e22fa18ad900af150afe29a36aa1ceaf5e259 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132814 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Repository.mk b/Repository.mk
index bab79b16a21a..a796e5617cab 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -66,6 +66,7 @@ $(eval $(call gb_Helper_register_executables,NONE, \
) \
treex \
ulfex \
+ unoidl-check \
unoidl-read \
xrmex \
$(if $(filter-out ANDROID iOS WNT,$(OS)), \
@@ -93,7 +94,6 @@ $(eval $(call gb_Helper_register_executables_for_install,SDK,sdk, \
$(call gb_CondExeSp2bv,sp2bv) \
$(if $(filter UCPP,$(BUILD_TYPE)),ucpp) \
$(if $(filter ODK,$(BUILD_TYPE)),unoapploader) \
- unoidl-check \
unoidl-write \
$(if $(filter ODK,$(BUILD_TYPE)),uno-skeletonmaker) \
))