From 30aabbe712537fcf4d3bcfb1648dac8ff34f40f4 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Fri, 25 Feb 2011 08:26:25 +0100 Subject: [PATCH] Update Makefile.rules to have better wvtest support --- build/aquosa/Makefile.rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/aquosa/Makefile.rules b/build/aquosa/Makefile.rules index 2b54b9e3..9762ca3b 100644 --- a/build/aquosa/Makefile.rules +++ b/build/aquosa/Makefile.rules @@ -4,7 +4,7 @@ # (C) Copyright 2006, 2007, 2008, 2009, 2010, 2011 by Michal Sojka - Czech Technical University, FEE, DCE # # Homepage: http://rtime.felk.cvut.cz/omk/ -# Version: 0.2-66-g4da1afe +# Version: 0.2-69-g6789c3e # # The OMK build system is distributed under the GNU General Public # License. See file COPYING for details. @@ -365,7 +365,7 @@ define wvtest_template wvtest-pass-local: wvtest-run-$(1) .PHONY: wvtest-run-$(1) wvtest-run-$(1): - @$(QUIET_CMD_ECHO) " RUN $(1:$(MAKERULES_DIR)/%=%)" + $(Q)echo "Testing \"Run $(1)\" in Makefile.rules:" $(Q)mkdir -p $(1).wvtest $(Q)cd $(1).wvtest && \ PATH=$$(USER_BIN_DIR):$$$$PATH LD_LIBRARY_PATH=$$(USER_LIB_DIR):$$$$LD_LIBRARY_PATH \ -- 2.39.2