From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Fri, 24 Oct 2008 12:01:44 +0000 (+0100) Subject: Ignore mingw32-ocaml for now. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=55704b6ede52a89a629b1fb3689fff245bd11dd5;p=fedora-mingw.git Ignore mingw32-ocaml for now. --- diff --git a/show-build-order.pl b/show-build-order.pl index 1954e6c..ffa8491 100755 --- a/show-build-order.pl +++ b/show-build-order.pl @@ -59,6 +59,7 @@ sub main { delete $br{"mingw32-example"}; delete $br{"mingw32-gdb"}; delete $br{"mingw32-python"}; + delete $br{"mingw32-ocaml"}; # There is a dependency loop (gcc -> runtime/w32api -> gcc) # which has to be manually resolved below. Break that loop.