summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-12-04 20:16:41 +0100
committerMichael Stahl <mstahl@redhat.com>2017-12-04 20:21:09 +0100
commit0616a5e13e6656a97071b1407912e1043a903407 (patch)
treebf8a8211cc0e0dfc1fc1c4422fabd515711698e3 /postprocess
parent01c7c4e1cb074f88440336068285495743bd6b37 (diff)
postprocess: only check-dynamic-objects if instset is created
People who use --with-system-libs will derive no benefit from check-elf-dynamic-objects. Since checking all SYSTEM_* variables seems unmaintainable, check if an instset is to be created as a heuristic that the build should be portable and libraries checked. This should run with no config changes at least on the tinderboxes; Jenkins builders don't create instsets. Change-Id: I2407429891210ea79917fc4d01a933ec661325b1
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/Module_postprocess.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/postprocess/Module_postprocess.mk b/postprocess/Module_postprocess.mk
index cde1613084af..27cc0b940327 100644
--- a/postprocess/Module_postprocess.mk
+++ b/postprocess/Module_postprocess.mk
@@ -42,10 +42,12 @@ $(eval $(call gb_Module_add_targets,postprocess, \
endif
ifeq ($(OS),LINUX)
+ifneq ($(PKGFORMAT),)
$(eval $(call gb_Module_add_check_targets,postprocess,\
CustomTarget_check_dynamic_objects \
))
endif
+endif
$(eval $(call gb_Module_add_check_targets,postprocess,\
CppunitTest_services \