[bug #30762] another make -n exception

2010-08-12 Thread anonymous
URL: Summary: another make -n exception Project: make Submitted by: None Submitted on: Thu 12 Aug 2010 10:52:45 PM UTC Severity: 3 - Normal Item Group: Documentation

[bug #30748] Segmentation violation for SHELL with "strange" character

2010-08-12 Thread Petr Machata
Follow-up Comment #1, bug #30748 (project make): It seems appending the shell flag "-c" was dropped between the releases: $ strace -f make -f ../y.mk # or really snip thereof [pid 16358] execve("/bin/sh", ["/bin/sh", "-c", "python^ -c print\ 7"], [/* 48 vars */]) = 0 $ strace -f ./make -f ../y.m