make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNU make 3.81beta3 released


From: Earnie Boyd
Subject: Re: GNU make 3.81beta3 released
Date: Wed, 29 Jun 2005 10:52:36 +0000

On 4:41:25 am 2005-06-29 "Paul D. Smith" <address@hidden> wrote:
> OK, please try replacing that text (in main.c) with this:
>
>   #ifdef WINDOWS32
>         if (program == 0)
>           {
>             /* Extract program from full path */
>             int argv0_len;
>             program = strrchr (argv[0], '\\');
>             if (program)
>               {
>                 argv0_len = strlen(program);
>                 if (argv0_len > 4 && streq (&program[argv0_len - 4],
> ".exe"))                   /* Remove .exe extension */
>                   p[argv0_len - 4] = '\0';

                    ^ s/p/program/

>               }
>           }
>   #endif
>
> and see if that helps (using the diff -w).
>

I used the dos2unix method on the .log files.  Now we have 42 Tests in 24
Categories failed.  Sending Paul the tests/work.

Earnie





reply via email to

[Prev in Thread] Current Thread [Next in Thread]