Re: Segfault on $(file > bug)

2015-05-30 Thread Andreas Freimuth
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 >> $ echo '$(file > bug)' > makefile >> $ make >> >> Tested with: >> >> GN

Re: Segfault on $(file > bug)

2015-05-30 Thread Paul Smith
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 > $ echo '$(file > bug)' > makefile > $ make > > Tested with: > > GNU Make 4.0 > Built for x86_64-redhat-linux-gnu In