X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=show-build-order.pl;h=2973fc0f908001cb541cf3862da38acd5dae4363;hb=bf794f82b1b2abc445de257abd62da5c252e12ba;hp=9f0de27ef2b18f388d0ba10d64a2a7f16912004b;hpb=85e9b96dd5735ff53ac5f206926de7808946438f;p=fedora-mingw.git diff --git a/show-build-order.pl b/show-build-order.pl index 9f0de27..2973fc0 100755 --- a/show-build-order.pl +++ b/show-build-order.pl @@ -59,7 +59,10 @@ sub main { delete $br{"mingw32-example"}; delete $br{"mingw32-gdb"}; delete $br{"mingw32-python"}; - delete $br{"mingw32-ocaml"}; + delete $br{"mingw32-pidgin"}; + delete $br{"mingw32-nspr"}; + delete $br{"mingw32-nss"}; + delete $br{"mingw32-ocaml-lablgl"}; # There is a dependency loop (gcc -> runtime/w32api -> gcc) # which has to be manually resolved below. Break that loop.