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:
3aab2c5
)
No longer ignore sqlite
author
Richard W.M. Jones
<rjones@redhat.com>
Tue, 30 Sep 2008 12:14:04 +0000
(13:14 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Tue, 30 Sep 2008 12:14:04 +0000
(13:14 +0100)
show-build-order.pl
patch
|
blob
|
history
diff --git
a/show-build-order.pl
b/show-build-order.pl
index
53353ce
..
3235235
100755
(executable)
--- a/
show-build-order.pl
+++ b/
show-build-order.pl
@@
-59,7
+59,6
@@
sub main {
delete $br{"mingw32-wix"};
delete $br{"mingw32-example"};
delete $br{"mingw32-gdb"};
- delete $br{"mingw32-sqlite"};
# There is a dependency loop (gcc -> runtime/w32api -> gcc)
# which has to be manually resolved below. Break that loop.