projects
/
pub
/
USBasp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
21a6acf
)
Minor tweak to the BuildTest master makefile for better console output.
author
Dean Camera
<dean@fourwalledcubicle.com>
Sun, 10 Jun 2012 13:10:07 +0000
(13:10 +0000)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Sun, 10 Jun 2012 13:10:07 +0000
(13:10 +0000)
BuildTests/makefile
patch
|
blob
|
blame
|
history
diff --git
a/BuildTests/makefile
b/BuildTests/makefile
index
e64fa3d
..
caa22fb
100644
(file)
--- a/
BuildTests/makefile
+++ b/
BuildTests/makefile
@@
-12,8
+12,12
@@
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