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 |
|
Thomas Eichinger
|
b290ea0059
|
fix for those fancy case sensitiv filesystems
|
2014-01-20 13:19:07 +01:00 |
|
Thomas Eichinger
|
10cf348a6e
|
fixes naming conflict with uart.(c|h)
|
2014-01-20 12:35:19 +01:00 |
|
Thomas Eichinger
|
a66846ef22
|
fixes to fit the new silence flag
|
2014-01-15 16:12:11 +01:00 |
|
Thomas Eichinger
|
c6de59cb28
|
added possibilty to import openwsn stack as external module
|
2014-01-15 14:02:28 +01:00 |
|