[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: make/tests issues
From: |
Eli Zaretskii |
Subject: |
Re: make/tests issues |
Date: |
Sat, 06 Mar 2004 16:28:58 +0200 |
> Date: Sat, 06 Mar 2004 12:58:50 +0000
> From: "J. Grant" <address@hidden>
>
> When you (or anyone else on address@hidden) run the tests on
> MS-Windows how do you avoid these LF discrepancy issues?
I worked on the DJGPP port of GNU Make (see
http://www.delorie.com/djgpp/), which runs on DOS and Windows systems.
The Make test suite does work on both DOS and Windows using the DJGPP
ports of Diff and other GNU software needed to run the tests (Perl,
Bash, Fileutils, Sh-utils, etc.).
The problem you described doesn't happen with the DJGPP port because
the DJGPP port of GNU Diff ignores the CRLF/LF distinction unless it
was given the --binary command-line switch.
- Re: make/tests issues, (continued)
- Re: make/tests issues, Paul D. Smith, 2004/03/10
- 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