[bug #44853] gmake: execvp: bash: The parameter or environment lists are too long.

2015-05-25 Thread Daniel Richard G.
Follow-up Comment #6, bug #44853 (project make): Well, it would be possible to transform $(SHELL) -c "very long command" into [write "very long command" to /tmp/long.sh] $(SHELL) -c ". /tmp/long.sh" so mucking around with .SHELLFLAGS is unnecessary. The syntax for sourcing a scrip

Segfault on $(file > bug)

2015-05-25 Thread Andreas Freimuth
Hello, make segfaults after a $(file > bug) statement. How to reproduce: $ mkdir /tmp/makeBUG && cd /tmp/makeBUG $ echo '$(file > bug)' > makefile $ make Tested with: GNU Make 4.0 Built for x86_64-redhat-linux-gnu GNU Make 4.1 Built for x86_64-unknown-linux-gnu -- Andreas Freimuth signat