summaryrefslogtreecommitdiffstats
path: root/registry/Module_registry.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 /registry/Module_registry.mk
parentAdd --ignore-unpublished to unoidl-check (diff)
downloadcore-532b47a650ce5189e1fb759201129d7d1f434133.tar.gz
core-532b47a650ce5189e1fb759201129d7d1f434133.zip
[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 'registry/Module_registry.mk')
-rw-r--r--registry/Module_registry.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/registry/Module_registry.mk b/registry/Module_registry.mk
index ec476c98f7b2..cbb052eb7f4e 100644
--- a/registry/Module_registry.mk
+++ b/registry/Module_registry.mk
@@ -18,11 +18,7 @@ $(eval $(call gb_Module_add_targets,registry,\
) \
))
-ifneq (,$(filter ODK,$(BUILD_TYPE)))
-
-$(eval $(call gb_Module_add_targets,registry,\
- Executable_regcompare \
-))
+ifneq ($(OS),IOS) # missing regmerge (see above), needed within test
$(eval $(call gb_Module_add_check_targets,registry, \
CustomTarget_regcompare_test \