Re: Makefiles named makefile not found anymore on Windows

2014-08-30 Thread Eli Zaretskii
> Date: Sat, 30 Aug 2014 02:36:35 +0200 > From: Michael Waeber > > 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

Makefiles named makefile not found anymore on Windows

2014-08-29 Thread Michael Waeber
Manual: > If you do not use the ‘-f’ or ‘--file’ flag, the default is to try GNUmakefile, makefile, and Makefile, > in that order, and use the first of these three which exists or can be made. Since the fix cab353d1 (2014-07-12 Fix defalt_makefiles[] for MS-Windows.) lower case makefiles are not f