Re: Segfault on $(file > bug)
On 30.05.2015 19:53, Paul Smith wrote: > On Mon, 2015-05-25 at 19:02 +0200, Andreas Freimuth wrote: >> make segfaults after a >> $(file > bug) >> statement. >> >> How to reproduce: >> $ mkdir /tmp/makeBUG && cd /tmp/makeBUG >> $ ech
Segfault on $(file > bug)
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-linu