git.annexia.org
/
fedora-mingw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f790221
)
Ignore curl, pidgin for now.
author
Richard W.M. Jones
<rjones@redhat.com>
Mon, 10 Nov 2008 17:27:02 +0000
(17:27 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Mon, 10 Nov 2008 17:27:02 +0000
(17:27 +0000)
show-build-order.pl
patch
|
blob
|
history
diff --git
a/show-build-order.pl
b/show-build-order.pl
index
9f0de27
..
06aff29
100755
(executable)
--- a/
show-build-order.pl
+++ b/
show-build-order.pl
@@
-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.