[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Add "makefile.mak" to list of default makefiles
From: |
Paul Smith |
Subject: |
Re: Add "makefile.mak" to list of default makefiles |
Date: |
Mon, 07 Jul 2014 17:00:03 -0400 |
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?