summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-06-09 17:24:55 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-06-09 17:24:55 +0200
commit3de594d3347ead24f3211714f0e0010c1434cdf2 (patch)
tree203a2944812f7abbbea04586daebc72d54e90903 /odk
parent6da3a1188fbc0e35ac2dbb974917cc1a1b3bde47 (diff)
More tests to suppress (all .PHONY test targets should be covered now)
Change-Id: Ib948547e5c177ac62506fc42a564368a8d31fa4e
Diffstat (limited to 'odk')
-rw-r--r--odk/CustomTarget_build-examples.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/odk/CustomTarget_build-examples.mk b/odk/CustomTarget_build-examples.mk
index 89e427348087..81ac3a1437c6 100644
--- a/odk/CustomTarget_build-examples.mk
+++ b/odk/CustomTarget_build-examples.mk
@@ -89,6 +89,9 @@ endif
$(call gb_CustomTarget_get_target,odk/build-examples): \
$(call gb_CustomTarget_get_workdir,odk/build-examples)/setsdkenv
+ifneq ($(gb_SUPPRESS_TESTS),)
+ @true
+else
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),CHK,1)
(saved_library_path=$${$(gb_Helper_LIBRARY_PATH_VAR)} && . $< \
$(if $(filter MACOSX,$(OS)),, \
@@ -102,6 +105,7 @@ $(call gb_CustomTarget_get_target,odk/build-examples): \
|| (RET=$$? \
&& cat $(call gb_CustomTarget_get_workdir,odk/build-examples)/log \
&& exit $$RET)
+endif
$(call gb_CustomTarget_get_workdir,odk/build-examples)/setsdkenv: \
$(SRCDIR)/odk/config/setsdkenv_unix.sh.in \