bug-make
[Top][All Lists]
Advanced

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

Re: Add "makefile.mak" to list of default makefiles


From: David Boyce
Subject: Re: Add "makefile.mak" to list of default makefiles
Date: Mon, 7 Jul 2014 19:56:47 -0400

I believe it's theoretically possible to have a case-sensitive
filesystem on Windows though it would primarily benefit masochists.

On Mon, Jul 7, 2014 at 5:00 PM, Paul Smith <address@hidden> wrote:
> On Mon, 2014-07-07 at 21:15 +0100, Jonny Grant wrote:
>> +#ifdef WINDOWS32
>> + { "GNUmakefile", "makefile", "Makefile", "makefile.mak", 0 };
>> +#else
>
> This is OK with me.  I definitely don't want to add "Makefile.mk" to the
> UNIX/POSIX side; that's not something anyone ever uses anyway.
>
> I do wonder, though, why we have both "makefile" and "Makefile" above.
> Does that actually ever do anything on Windows, other than waste a bit
> of time checking for the same file twice?
>
>
> _______________________________________________
> Bug-make mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/bug-make



reply via email to

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