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
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