Clean the object directory after the test

This commit is contained in:
Pierre Pronchery 2016-10-06 03:05:25 +02:00
parent c88b945f03
commit da64fdc8c9

View File

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