[bug #42959] LANGUAGE environment variable misinterpreted

2014-08-09 Thread Shachar Shemesh
URL: Summary: LANGUAGE environment variable misinterpreted Project: make Submitted by: shachar Submitted on: Sun 10 Aug 2014 06:02:33 AM GMT Severity: 3 - Normal Item Gro

Re: Infinite loop bug with parallel make

2013-02-22 Thread Shachar Shemesh
mething quite different. That means that the same rule builds both foo.c and foo.hi. In parallel build, that might cause make to run the rule twice. What I'm also interested in is why .SECONDARY made everything slow. Shachar -- Shachar Shemesh _

Bug: documentation suggests incorrect behavior (was: Bug: concurrent make and references to different names of a multi-target rule)

2012-06-09 Thread Shachar Shemesh
lying. Thanks, Shachar On 02/19/2012 06:39 PM, Eli Zaretskii wrote: >> Date: Sun, 19 Feb 2012 09:57:03 +0200 >> From: Shachar Shemesh >> >> To see the bug: run "make clean" and "make". /tmp/runlog shows one line >> saying "run", which means

Bug: concurrent make and references to different names of a multi-target rule

2012-02-18 Thread Shachar Shemesh
Hi all, I found a bug which is present at least in the Fedora version 3.82 of make. Attached is a makefile that demonstrates the bug (it might be possible to further simplify it). To see the bug: run "make clean" and "make". /tmp/runlog shows one line saying "run", which means that the t1 t2 rule