From 8b38938793173f253ed23f7ee16dadcba6eabb12 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Fri, 11 Mar 2011 21:35:10 +0100 Subject: [PATCH] Remove unused canttest macro This macro was used by the old OMK test suite and it is not needed anymore. --- snippets/base.omk | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/snippets/base.omk b/snippets/base.omk index 62a1cc9..6b96282 100644 --- a/snippets/base.omk +++ b/snippets/base.omk @@ -57,17 +57,6 @@ all: @$(MAKE) -C $(MAKERULES_DIR) OMK_SERIALIZE_INCLUDED=n SOURCES_DIR=$(MAKERULES_DIR) RELATIVE_DIR="" $(MAKECMDGOALS) W=0 endif -ifdef OMK_TESTSROOT -# Usage: $(call canttest,) -define canttest - ( echo "$(1)" > $(OUTPUT_DIR)/_canttest; echo "$(1)"; exit 1 ) -endef -else -define canttest - echo "$(1)" -endef -endif - #========================= # Include the config file -- 2.39.2