diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-04-12T10·07+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-04-12T10·07+0000 |
commit | d5219a351af4429ce0ca339940b7ae81717df4a6 (patch) | |
tree | a48df22a9a2ab89af87d36d006b20801df54dde6 /scripts/generate-patches.pl.in | |
parent | 1d86790910c204f074626916e8d17508d8d633be (diff) |
* Damn. Disable the USE heuristic for now, since the deriver in the
database isn't always in the manifest (so the reference graph cannot be reconstructed fully).
Diffstat (limited to 'scripts/generate-patches.pl.in')
-rwxr-xr-x | scripts/generate-patches.pl.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/generate-patches.pl.in b/scripts/generate-patches.pl.in index 3856dd568447..b27181da49a6 100755 --- a/scripts/generate-patches.pl.in +++ b/scripts/generate-patches.pl.in @@ -237,10 +237,10 @@ foreach my $p (keys %dstOutPaths) { $ratio = 1 / $ratio if $ratio < 1; print " USE $srcUses $dstUses $ratio $q\n"; - if ($ratio >= 2) { - print " SKIPPING $q due to use ratio $ratio ($srcUses $dstUses)\n"; - next; - } +# if ($ratio >= 2) { +# print " SKIPPING $q due to use ratio $ratio ($srcUses $dstUses)\n"; +# next; +# } # If there are multiple matching names, include the ones # with the closest version numbers. |