This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


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

=?big5?B?UmU6IFtFQ09TXSBFcnJvciBhYm91dCBidWlsZCBh?==?big5?B?bmQgaW5zdGFsbCBHQ0MgdW5kZXIgaTM4Ng==?=


Thank's Jifl.
It really work.
> 
> Probably a line ending problem. Run this from a cygwin prompt:
> 
> cd /src/gcc/gcc-2.95.2
> for i in `find . -type f` ; do
>   tr -d '\r' < $i > $i.new
>   mv $i.new $i
> done
> 
> Note the use of backquotes on the second line, and apostrophes on the third
> line.
> 
> Jifl


----== Mailed via Openfind ==-----
http://mail2000.com.tw/ 提供免費電子郵件信箱


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