diff --git a/build.sh b/build.sh index 12b7c80..7f424c1 100755 --- a/build.sh +++ b/build.sh @@ -31,7 +31,7 @@ if [ "$mode" = "debug" ]; then mode="_$mode" fi -sh -x "$conf" --prefix="$outdir" --enable-static --disable-shared --enable-64bit --with-pic $DBG_ARGS +sh "$conf" --prefix="$outdir" --enable-static --disable-shared --enable-64bit --with-pic $DBG_ARGS make -j 4 diff --git a/win/configure b/win/configure index e320f5a..8a410e2 100755 --- a/win/configure +++ b/win/configure @@ -918,11 +918,6 @@ else all: @echo 'ac_maketemp="${MAKE}"' EOF -echo -cat conftestmake -echo -${MAKE-make} -f conftestmake -echo # GNU make sometimes prints "make[1]: Entering...", which would confuse us. eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=` if test -n "$ac_maketemp"; then