* On Sun, 13 May 2007, Louis Lenders wrote:
- EA Durbin <ead1234 <at> hotmail.com> writes:
No, that doesn't help, i've tried distclean, git clean -x, the usual make clean, and nothing works. Regression testing seems borked passed two bisects.
I know I had the same problem, and somehow i got around it, but i forgot how ;( maybe "rm -rf */*/*.def" from wine's source tree.
I tend to agree on this guess. But once regression interval starts occupying Wine versions delta >= 1, usually I do:
$ rm -rf dlls/; git checkout -f
after every
$ git bisect [bad|good]
and before running ./configure .