summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-02-04 15:51:08 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-02-04 15:56:57 +0100
commit532b47a650ce5189e1fb759201129d7d1f434133 (patch)
treee9ee4652265862d26f5e3caf6168573513a71536 /Repository.mk
parent2f90103948742f1e588d90d4bcb05f943192eb4f (diff)
[ABI CHANGE] In SDK, replace regcompare with unoidl-check
...as the latter was the more flexible replacement for the former for LO- internal use already. The only gotcha to watch out for is that unoidl-check cannot be used to check "naked" .urd files, but only ones where the content has been moved to /UCR via regmerge. Leave registry/CustomTarget_regcompare_test.mk around to verify that unoidl-check behaves the same as did regcompare on those old-format .urd/.rdb files. Change-Id: Ic13ede48535bf942126c810d88bac7e4081d984e
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/Repository.mk b/Repository.mk
index 56b1708f7643..6ca3184b5032 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -58,7 +58,6 @@ $(eval $(call gb_Helper_register_executables,NONE, \
treex \
uiex \
ulfex \
- unoidl-check \
unoidl-read \
unoidl-write \
xrmex \
@@ -82,9 +81,9 @@ $(eval $(call gb_Helper_register_executables_for_install,SDK,sdk, \
cppumaker \
idlc \
javamaker \
- regcompare \
$(if $(filter UCPP,$(BUILD_TYPE)),ucpp) \
$(if $(filter ODK,$(BUILD_TYPE)),unoapploader) \
+ unoidl-check \
$(if $(filter ODK,$(BUILD_TYPE)),uno-skeletonmaker) \
))