X-Spam-Check-By: sourceware.org
Message-ID: <ba40711f0702010814o4a3357a4yb0ff229e91dd32a4@mail.gmail.com>
Date: Thu, 1 Feb 2007 11:14:28 -0500
From: "Lev Bishop" <lev.bishop@gmail.com>
To: cygwin@cygwin.com
Subject: Re: Eliminating -mno-cygwin from gcc?
In-Reply-To: <20070201154711.GZ27843@calimero.vinschen.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <20070131131337.GA17256@trixie.casa.cgf.cx> 	 <20070201101648.GD25688@ns1.anodized.com> 	 <20070201103946.GY27843@calimero.vinschen.de> 	 <20070201121552.GB29751@trixie.casa.cgf.cx> 	 <20070201154711.GZ27843@calimero.vinschen.de>
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

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/

