[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: build question
From: |
Alexandre Duret-Lutz |
Subject: |
Re: build question |
Date: |
11 Feb 2002 01:34:13 +0100 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 |
>>> "Eric" == Eric Blake <address@hidden> writes:
[...]
Eric> So my previous patch did not solve the file read problem, and it hurt
Eric> the file write problem as well (Makefile.in was being generated with
Eric> some lines having \r\r\n, and perl's chomp only removes one of the two
Eric> \r).
Only *some*, not all? It would be intersting to see which lines
get these characters (do these lines come from Makefile.am, or
are they inserted by Automake?).
I suspect \r\r\n is a \r\n on which perl has applied automatic
\n -> \r\n translation on output (because you removed binmode).
However I fail to see where the original \r\n comes from.
--
Alexandre Duret-Lutz
- [Eric Blake <address@hidden>] Re: build question, Tom Tromey, 2002/02/09
- Re: [Eric Blake <address@hidden>] Re: build question, Alexandre Duret-Lutz, 2002/02/09
- Re: build question, Eric Blake, 2002/02/10
- Re: build question, Eric Blake, 2002/02/10
- Re: build question,
Alexandre Duret-Lutz <=
- Re: build question, Eric Blake, 2002/02/10
- Re: build question, Alexandre Duret-Lutz, 2002/02/12
- Re: build question, Akim Demaille, 2002/02/13
- Re: build question, Eric Blake, 2002/02/13
- Re: build question, Alexandre Duret-Lutz, 2002/02/13
- Re: build question, Eric Blake, 2002/02/14