GNU Make 4.0.1 - infinite loop on startup

2013-10-26 Thread Yuriy Chernyshov
Greetings. On October, 9 GNU Make 4.0 was released and is already available on cygwin (I'm using x86_64 on Win7). My makefile is working fine with the latest version from 3.0 branch (3.82.xx), but comes into infinite loop on startup (no rules are being executed) with 4.0.1. 100% of a single cpu

GNU Make 4.0.1 - infinite loop on startup - update

2013-10-26 Thread Yuriy Chernyshov
By bisecting makefile I've found the problematic line: MARKDOWN_FILES := $(wildcard transcriptions/*.md) Removing it make things work. ls is working fine with the given wildcard: $ ls transcriptions/*.md transcriptions/[155-,_it]_Giovannino_e_Il_Lanzino_e_Il_Papa_-_Manuscritto_di_baletti.md

Re: GNU Make 4.0.1 - infinite loop on startup

2013-10-26 Thread Christopher Faylor
On Sat, Oct 26, 2013 at 09:35:16PM +0400, Yuriy Chernyshov wrote: Greetings. On October, 9 GNU Make 4.0 was released and is already available on cygwin (I'm using x86_64 on Win7). My makefile is working fine with the latest version from 3.0 branch (3.82.xx), but comes into infinite loop on