On Sun, 12 Jan 2003, Richard Levitte - VMS Whacker wrote:

> Ah.  Then why did we litter the Makefiles with tests of DJGPP, and why
> whould only the one Doug mentioned be removed?

The tests for DJGPP in the Makefiles are mostly gone. They came in
when the current directory was added to the $PATH for all systems
other than Cygwin. This broke the $PATH for DJGPP because the path
separators are different (";" for DJGPP). The DJGPP changes were
to make DJGPP run in parallel to unix, rather than Cygwin. Now the
current directory is added only for Cygwin, so no special test for
DJGPP is necessary. It sounds like the original code that added the
current directory for everything except Cygwin wasn't correct, so
the problem for DJGPP has now disappeared. It looks like the tests
for DJGPP in apps and test should also be removed. They originally
specified the opposite of what was done for Cygwin; now they are doing
the same as Cygwin.
                            Doug
-- 
Doug Kaufman
Internet: [EMAIL PROTECTED]

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to