mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
* some fixes to jamfiles
This commit is contained in:
parent
7108f791fa
commit
10a9de4b09
@ -116,6 +116,9 @@ actions piecemeal together existing Clean
|
||||
{
|
||||
# remove all jam targets
|
||||
$(RM) $(>)
|
||||
# empty bin directory (removing target of other projects)
|
||||
rmdir --ignore-fail-on-non-empty bin/$(BOARD)/$(PROJECT)
|
||||
rmdir --ignore-fail-on-non-empty bin/$(BOARD)
|
||||
}
|
||||
|
||||
#
|
||||
|
@ -30,7 +30,7 @@ SubDir TOP sys ;
|
||||
Module swtimer : swtimer.c : hwtimer ;
|
||||
Module posix_io : posix_io.c ;
|
||||
Module shell : shell.c : hashtable hash_string ;
|
||||
Module ps : ps ;
|
||||
Module ps : ps.c ;
|
||||
|
||||
Module auto_init : auto_init.c ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user