PATCH - makedep, open in binary mode, move the end of file marker

Alexandre Julliard julliard at winehq.org
Thu Jan 24 04:51:45 CST 2008


"Steven Edwards" <winehacker at gmail.com> writes:

> As Julliard did not comment on this, I am assuming either it hit is
> garbage filter because it was bad or because it was diffed from cvs.
> Resending to hit the garbage filter for bad hacks...As discussed on
> wine-devel, if its still not accepted then when I have some time I'll
> look to seeing what needs to be done to teach MSYS about using windows
> style line endings when doing checkouts with msys and cvs.

Makefiles are text files, so they should be opened in text mode. If the
mixed endings are confusing MSYS you could change makedep to rewrite the
whole file instead of just appending.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list