From 77db890a80d62da5524c76addb33e71b3ed9fb6c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 11 Apr 2022 11:23:18 +0200 Subject: 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 "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 --- odk/util/check.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odk/util') diff --git a/odk/util/check.pl b/odk/util/check.pl index a67d63152bc3..84242f45829e 100644 --- a/odk/util/check.pl +++ b/odk/util/check.pl @@ -46,7 +46,7 @@ if (-d "$SdkDir") { print "check binaries: "; if (check_dir("bin")) { my @binarylist = ( "idlc","cppumaker","javamaker", - "unoidl-check", "unoidl-write", + "unoidl-write", "unoapploader", "uno-skeletonmaker" ); if ($ENV{SYSTEM_UCPP} eq "") { push @binarylist,"ucpp"; -- cgit