[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Makefiles named makefile not found anymore on Windows
From: |
Eli Zaretskii |
Subject: |
Re: Makefiles named makefile not found anymore on Windows |
Date: |
Sat, 30 Aug 2014 10:44:31 +0300 |
> Date: Sat, 30 Aug 2014 02:36:35 +0200
> From: Michael Waeber <address@hidden>
>
> Since the fix cab353d1 (2014-07-12 Fix defalt_makefiles[] for
> MS-Windows.) lower case
> makefiles are not found anymore, only -f makefile works.
>
> The filesystem on windows may be case insensitive, but the compare
> functions file_exists_p
> in dir.c is not.
Thanks, fixed.