Searched refs:MINGW_W64_REVISION (Results 1 – 1 of 1) sorted by relevance
428 MINGW_W64_REVISION=431 MINGW_W64_REVISION=$(echo $MINGW_W64_VERSION | awk 'BEGIN { FS="@" }; { print $2 }')432 if [ ! -z "$MINGW_W64_REVISION" ] ; then433 if [ $MINGW_W64_REVISION -lt 5186 ] ; then436 if [ $MINGW_W64_REVISION -lt 5252 ] ; then438 elif [ $MINGW_W64_REVISION -lt 5258 ] ; then441 MINGW_W64_REVISION2=-r$MINGW_W64_REVISION442 MINGW_W64_REVISION=@${MINGW_W64_REVISION}448 if [ -z "$MINGW_W64_REVISION" ] ; then455 MINGW64_SVN_URL=https://svn.code.sf.net/p/mingw-w64/code/trunk$MINGW_W64_REVISION[all …]