diff --git a/build.sh b/build.sh index 86e48ba056..4ffd9268cf 100755 --- a/build.sh +++ b/build.sh @@ -102,6 +102,9 @@ elif [ "$target" == "clean-target" ]; then echo "removing .stamp_host_installed files" find $outputdir/build -name .stamp_host_installed | xargs -r rm + + echo "removing .stamp_images_installed files" + find $outputdir/build -name .stamp_images_installed | xargs -r rm fi if [ -f $outputdir/.config ]; then @@ -118,7 +121,7 @@ elif [ -n "$target" ]; then make O=$outputdir $target else # if [ -z "$target ] - $0 $b all + $0 $board all echo "build successful" fi