From: Dean Camera Date: Sun, 10 Jun 2012 13:10:07 +0000 (+0000) Subject: Minor tweak to the BuildTest master makefile for better console output. X-Git-Tag: LUFA-130303~186 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/678cb3c2bfb52804a3428880208b18a79859e668?ds=inline Minor tweak to the BuildTest master makefile for better console output. --- diff --git a/BuildTests/makefile b/BuildTests/makefile index e64fa3dd1..caa22fb80 100644 --- a/BuildTests/makefile +++ b/BuildTests/makefile @@ -12,8 +12,12 @@ all: %: + @echo Executing \"make $@\" on all LUFA build tests. + @echo $(MAKE) -C BoardDriverTest $@ $(MAKE) -C BootloaderTest $@ $(MAKE) -C ModuleTest $@ $(MAKE) -C SingleUSBModeTest $@ $(MAKE) -C StaticAnalysisTest $@ + @echo + @echo LUFA build test \"make $@\" operation complete. \ No newline at end of file