From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Tue, 7 Oct 2008 13:52:30 +0000 (+0100) Subject: Ignore mingw32-python (not working). X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;ds=sidebyside;h=5bc291ae3b096d3830d91896cb4e8314f3946a7f;p=fedora-mingw.git Ignore mingw32-python (not working). --- diff --git a/show-build-order.pl b/show-build-order.pl index d89e245..1954e6c 100755 --- a/show-build-order.pl +++ b/show-build-order.pl @@ -58,6 +58,7 @@ sub main { delete $br{"mingw32-wix"}; delete $br{"mingw32-example"}; delete $br{"mingw32-gdb"}; + delete $br{"mingw32-python"}; # There is a dependency loop (gcc -> runtime/w32api -> gcc) # which has to be manually resolved below. Break that loop.