diff --git a/build.sh b/build.sh index c6fbb69458..2ea06f45bb 100755 --- a/build.sh +++ b/build.sh @@ -117,10 +117,10 @@ elif [ "$target" == "all" ]; then make O=$outputdir all elif [ -n "$target" ]; then - $0 $b all + make O=$outputdir $target -else - make O=$outputdir all +else # if [ -z "$target ] + $0 $b all echo "build successful" fi