Clean the object directory after the test
This commit is contained in:
parent
a74ce6f068
commit
2d4c2595b3
|
@ -46,7 +46,7 @@ _embedded()
|
|||
(cd .. && sh -c "$make OBJDIR='$objdir/' $TARGETS")
|
||||
ret=$?
|
||||
[ $ret -eq 0 ] || echo "$PROGNAME: $1: Could not build for embedded" 1>&2
|
||||
#$RM -r -- "$objdir"
|
||||
$RM -r -- "$objdir"
|
||||
return $ret
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user