Re: idea: make --show-interpretation

2024-05-09 Thread Dan Jacobson
> "DG" == Dmitry Goncharov writes: DG> i'd use -p and -n switches. Thanks. But that still doesn't tell me what the last three lines of my sample file are interpreted as.

Re: idea: make --show-interpretation

2024-05-06 Thread Dmitry Goncharov
On Mon, May 6, 2024 at 8:26 PM Dan Jacobson wrote: > Have a command that reads in a makefile and outputs the makefile saying > what each part evaluated to. i'd use -p and -n switches. regards, Dmitry

idea: make --show-interpretation

2024-05-06 Thread Dan Jacobson
I have an idea for something --debug=all won't tell the user. Have a command that reads in a makefile and outputs the makefile saying what each part evaluated to. I.e., what (info "(make) Parsing Makefiles") (info "(make) Makefile Contents") think. That way the user wouldn't need to ask around w