Ignore curl, pidgin for now.
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 10 Nov 2008 17:27:02 +0000 (17:27 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 10 Nov 2008 17:27:02 +0000 (17:27 +0000)
show-build-order.pl

index 9f0de27..06aff29 100755 (executable)
@@ -60,6 +60,8 @@ sub main {
     delete $br{"mingw32-gdb"};
     delete $br{"mingw32-python"};
     delete $br{"mingw32-ocaml"};
+    delete $br{"mingw32-curl"};
+    delete $br{"mingw32-pidgin"};
 
     # There is a dependency loop (gcc -> runtime/w32api -> gcc)
     # which has to be manually resolved below.  Break that loop.