1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

14 Commits

Author SHA1 Message Date
Martin Lenders
0c6b5ba671 Adapt embunit for RIOT 2014-04-10 15:33:09 +02:00
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
Ludwig Ortmann
2525920426 remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
Oleg Hahm
b105e4445b added docclean target and replaced make calls by variables 2014-01-21 14:52:55 +01:00
Oleg Hahm
9a331518c9 removed unnecessary includes in RIOTBASE/Makefile 2014-01-21 11:00:47 +01:00
Oleg Hahm
c7d985d371 removed redundant include pathes from Makefiles 2014-01-05 16:11:08 +01:00
Oleg Hahm
26c50522d5 simplified and unified cpu build structure 2014-01-05 16:11:07 +01:00
authmillenon
b1d6e7d639 Refactor border.h 2013-08-14 01:36:22 +02:00
authmillenon
4f363ce0fe Define phony make targets 2013-08-08 15:44:44 +02:00
Martin Lenders
8a24a8f000 Use rm -rf instead of rmdir
This way make clean runs more... cleanly
2013-05-24 15:13:34 +02:00
Oliver Hahm
1491f6d8e0 * added quotes to main Makefile to deal with spaces in PATH 2013-04-17 12:09:08 +02:00
Oleg Hahm
990b199d08 * let Make ignore non-empty directories on deleting (instead of letting rmdir ignore it) 2013-03-27 16:10:28 +01:00
Oliver Hahm
e6177e811a * moved cpu and board specific parts to corresponding Makefiles
* introduced variable for cpu folder
2013-03-23 18:38:12 +01:00
Oliver Hahm
5ffe5a9c27 * renamed makefiles to Makefile 2013-03-09 23:45:56 +01:00