Closed alerque closed 5 years ago
I am unable to reproduce this. Can you paste a Makefile that reproduces this, and the OS version?
I am unable to reproduce this either. I put together a 2 line Makefile to prove it to my self before filing this issue and it was so cut and dry that it worked in a shell but not from a Makefile that I didn't bother saving the test case. Now I can't reproduce it either. I know I was using 2.7.0 at the time and discovered 2.7.1 the next day, and now I don't have this problem. Either it got fixed or something else was wrong with my system.
Using
yq
in a makefile (run with GNU Make 4+) produces a fatal error. For some reason in that casesys.stdin
does not have aisatty()
function:The same command run from a shell works fine.