[bug #33873] MAKEFLAGS=-jN gets lost on reexec

2011-09-12 Thread Allan McRae
Follow-up Comment #1, bug #33873 (project make): This looks like the same issue as: https://savannah.gnu.org/support/index.php?107487 I can confirm the patch provided here also fixes that issue. ___ Reply to this item at:

[bug #34167] Spurious systax errors, Purify detects memory access problems.

2011-09-12 Thread Yuri Shtil
Follow-up Comment #4, bug #34167 (project make): I run the same make on a large LSF farm. The error appears intermittently even on the same host. I was able to reliably reproduce it on my development linux box. The error message is commands commence before first target. It is not possible for m

[bug #24487] "foo" should not be identified with "./foo" if foo is phony

2011-09-12 Thread Timo Lindfors
Follow-up Comment #1, bug #24487 (project make): Is this perhaps the bug that causes the problems discussed at http://glandium.org/blog/?p=2126 Quoting here so that you don't need to browse off-site: """ .PHONY: build %: dh $@ What do you think happens when you run debian/r