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:
09377a0
)
Ignore mingw32-python (not working).
author
Richard W.M. Jones
<rjones@redhat.com>
Tue, 7 Oct 2008 13:52:30 +0000
(14:52 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Tue, 7 Oct 2008 13:52:30 +0000
(14:52 +0100)
show-build-order.pl
patch
|
blob
|
history
diff --git
a/show-build-order.pl
b/show-build-order.pl
index
d89e245
..
1954e6c
100755
(executable)
--- 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.