Bug#565791: the word 'Makefile' turns off -n safety cap

2010-01-18 Thread jidanni
X-debbugs-cc: bug-make@gnu.org Package: make Version: 3.81-7 Nope, make -n is definitely busted. If it senses the word 'Makefile' here, if forgets that it is not supposed to execute anything, and even turns on execution for make -n b! $ cat Makefile h:b Makefile:b b: rm -f

[bug #22923] option to prevent interspersed output in parallel builds

2010-01-18 Thread Ilguiz Latypov
Follow-up Comment #9, bug #22923 (project make): I agree with comment #2 that polling pipes would incur unnecessary overhead and that the generic solution would pair each spawned action against the pre-defined template of a logger command. Looking at the recipient of messages in the existing