Ludwig Ortmann
|
9b61d95545
|
make: don't ignore failures in for loops
Add `|| exit 1` to all constructs like `@for i in $(DIRS) ; do "$(MAKE)" -C $$i ; done ;`, so that compilation stops on the first error.
|
2014-03-12 11:09:04 +01:00 |
|
Oleg Hahm
|
c7d985d371
|
removed redundant include pathes from Makefiles
|
2014-01-05 16:11:08 +01:00 |
|
Oleg Hahm
|
55f31a4829
|
simplify include structure for boards
* do not overwrite CFLAGS in boards Makefile
|
2014-01-05 16:11:07 +01:00 |
|
Oleg Hahm
|
1e665b49de
|
build everything in the project directory
|
2014-01-05 16:11:07 +01:00 |
|
Thomas Eichinger
|
44dfb87cde
|
fixes to build default project and clean properly
|
2013-12-09 13:07:14 +01:00 |
|
Thomas Eichinger
|
18fe32ffc5
|
fix for the redbee-econotag Makefile to work again
|
2013-12-09 12:20:58 +01:00 |
|
Oleg Hahm
|
232e205137
|
moved boards into subdirectory
|
2013-11-06 10:11:57 -08:00 |
|