Minor tweak to the BuildTest master makefile for better console output.
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 10 Jun 2012 13:10:07 +0000 (13:10 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 10 Jun 2012 13:10:07 +0000 (13:10 +0000)
BuildTests/makefile

index e64fa3d..caa22fb 100644 (file)
 
 all:
 %:
 
 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 $@
        $(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