Hi,
For example, if I run the following commands. It shows many other
things that I don't need, like `Putting child 0x7f9ceec09200 ...`,
`Live child 0x7f9ceec09200 ...`
$ make --debug=j check
https://github.com/westes/flex/tree/master/tests
Also, it doesn't show the commands called to produce t
I've been trying to make use of secondary expansion and I ran into some
confusion that I couldn't reconcile with manual. Specifically, The value
of the automatic variable $< is not what I'd expect during the second
expansion of an implicit rule prerequisite.
In the makefile below, foo.o is built v
On Fri, 2019-02-08 at 14:32 -0500, Mike Haboustak wrote:
> I've been trying to make use of secondary expansion and I ran into some
> confusion that I couldn't reconcile with manual. Specifically, The value
> of the automatic variable $< is not what I'd expect during the second
> expansion of an imp