1
0
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:
Oliver Hahm 2010-10-04 15:37:39 +02:00
parent 7108f791fa
commit 10a9de4b09
2 changed files with 4 additions and 1 deletions

View File

@ -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)
}
#

View File

@ -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 ;