projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added build test to verify correct compilation of all bootloaders using all supported...
[pub/USBasp.git]
/
BuildTests
/
BoardDriverTest
/
makefile
diff --git
a/BuildTests/BoardDriverTest/makefile
b/BuildTests/BoardDriverTest/makefile
index
598d953
..
bc4d559
100644
(file)
--- a/
BuildTests/BoardDriverTest/makefile
+++ b/
BuildTests/BoardDriverTest/makefile
@@
-29,11
+29,11
@@
makeboardlist:
@grep "BOARD_" $(LUFA_ROOT_PATH)/LUFA/Common/BoardTypes.h | cut -d'#' -f2 | cut -d' ' -f2 | grep "BOARD_" > BoardList.txt
\r
\r
testboards:
\r
@grep "BOARD_" $(LUFA_ROOT_PATH)/LUFA/Common/BoardTypes.h | cut -d'#' -f2 | cut -d' ' -f2 | grep "BOARD_" > BoardList.txt
\r
\r
testboards:
\r
- echo "buildtest:" > BuildMakefile
\r
+
@
echo "buildtest:" > BuildMakefile
\r
\r
@while read line; \
\r
do \
\r
\r
@while read line; \
\r
do \
\r
- build_cfg=`grep "$$line " BoardDeviceMap.cfg | sed 's/ //g' | cut -d'=' -f2-`; \
\r
+ build_cfg=`grep "$$line " BoardDeviceMap.cfg | sed 's/ //g' |
grep -v "#" |
cut -d'=' -f2-`; \
\r
\
\r
build_board=$$line; \
\r
build_arch=`echo $$build_cfg | cut -d':' -f1`; \
\r
\
\r
build_board=$$line; \
\r
build_arch=`echo $$build_cfg | cut -d':' -f1`; \
\r