This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Eliminating -mno-cygwin from gcc?


On 2/1/07, Corinna Vinschen wrote:
On Feb  1 07:15, Christopher Faylor wrote:
> We were going to replace text mounts with automatic file conversion using
> "d2u":
>
>   cygwin: CRLF line endings detected.  Converting.

I think this is too complicated. What about

cygwin: CRLF line endings detected. Deleting offending file.

It's already been shown that file deletion is too slow in cygwin. We don't want more performance complaints. Better do it this way:

$ cat /etc/postinstall/cygwin.sh.done
#!/bin/sh
find / -execdir d2u {} +

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]