X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=contrib%2Fplatformtest.sh;h=a3d5ade4225655543a27f87503e1a61dc5ceb639;hp=4e28f92542caa65c675b64e24c6c266b4d0f60ba;hb=0a6e28458296c8a7b72039d88b5754f3e8053b28;hpb=2254e92e60fbe09da5adef1111ddcd60b7e98252 diff --git a/contrib/platformtest.sh b/contrib/platformtest.sh index 4e28f925..a3d5ade4 100755 --- a/contrib/platformtest.sh +++ b/contrib/platformtest.sh @@ -98,6 +98,7 @@ if [ -r "$SRC_D/configure" ]; then [ -n "$VERBOSE" ] && "$SRC_D/configure" -C || "$SRC_D/configure" -C >/dev/null if [ $? -eq 0 ] && [ -r ./Makefile ]; then R_CONFIGURE=1 + rm -f "src/ngircd/ngircd" echo "$NAME: Running \"$MAKE\" ..." [ -n "$VERBOSE" ] && "$MAKE" || "$MAKE" >/dev/null if [ $? -eq 0 ] && [ -x src/ngircd/ngircd ]; then