From: Michal Sojka Date: Sat, 24 Sep 2011 12:46:15 +0000 (+0200) Subject: Do not run html generation automatically - it doesn't work for make allkern X-Git-Tag: fix-allnoconfig~171 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/f938c622751dcf341a409825f7aa827244d0abea Do not run html generation automatically - it doesn't work for make allkern --- diff --git a/gw-tests/Makefile b/gw-tests/Makefile index 524ddd1..5cb074c 100644 --- a/gw-tests/Makefile +++ b/gw-tests/Makefile @@ -5,7 +5,7 @@ T:=$(filter-out filter%,$(T)) $(filter filter%,$(T)) .PHONY: $(T:%=run-%) -all: $(T:%=run-%) html +all: $(T:%=run-%) @echo "Run 'make plot' to generate graphs" TEST_FLAGS = -P -t all -l all $(if $(UPDATE),-u)