Skip to content

Commit df2d78f

Browse files
committed
build-make: Take the CLEAN variable into account like in other scripts
1 parent fa0eec5 commit df2d78f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-make.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ if [ -n "$HOST" ]; then
6464
CROSS_NAME=-$HOST
6565
fi
6666

67+
[ -z "$CLEAN" ] || rm -rf build$CROSS_NAME
6768
mkdir -p build$CROSS_NAME
6869
cd build$CROSS_NAME
6970
../configure --prefix="$PREFIX" $CONFIGFLAGS --program-prefix=mingw32- --enable-job-server LDFLAGS="-Wl,-s"

0 commit comments

Comments
 (0)