[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: make/tests issues
From: |
Paul D. Smith |
Subject: |
Re: make/tests issues |
Date: |
Mon, 8 Mar 2004 11:45:52 -0500 |
%% Regarding Re: make/tests issues; you wrote:
jg> How does perl write the base files? I did not spot any code that
jg> does this.
The contents of the base file are passed as an argument to
compare_output(). Check out the regression test script.
jg> Wherever perl is writing these base files it just needs to write
jg> "\r\n". This could be based on an "if($windows32)" check or so.
jg> I am not clear where the base processing is though.
As Eli points out, this should not be necessary. In fact, it might even
cause problems on systems using apps compiled in different ways. I
agree with his assessment: we just have to make the requirement that all
the tools you're using are of the same type: either all Cygwin-compiled,
or all not Cygwin compiled (since Cygwin seems to be doing things
differently than everyone else in this respect).
--
-------------------------------------------------------------------------------
Paul D. Smith <address@hidden> Find some GNU make tips at:
http://www.gnu.org http://make.paulandlesley.org
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
- Re: make/tests issues, J. Grant, 2004/03/06
- Re: make/tests issues, Paul D. Smith, 2004/03/06
- Re: make/tests issues, Eli Zaretskii, 2004/03/10
- Re: make/tests issues, J. Grant, 2004/03/10
- Re: make/tests issues, Eli Zaretskii, 2004/03/10
- Re: make/tests issues, J. Grant, 2004/03/10
- Re: make/tests issues, Paul D. Smith, 2004/03/10
- Re: make/tests issues, J. Grant, 2004/03/10
- Re: make/tests issues, Eli Zaretskii, 2004/03/10
- Re: make/tests issues,
Paul D. Smith <=
- Re: make/tests issues, Eli Zaretskii, 2004/03/10
- Re: make/tests issues, Eli Zaretskii, 2004/03/10
- Re: make/tests issues, Earnie Boyd, 2004/03/11
- Re: make/tests issues, J. Grant, 2004/03/13
- Re: make/tests issues, Earnie Boyd, 2004/03/13
- Re: make/tests issues, Paul D. Smith, 2004/03/13
- Re: make/tests issues, Eli Zaretskii, 2004/03/14
Re: make/tests issues, Eli Zaretskii, 2004/03/10