Re: RFR: 8348190: Framework for tracing makefile inclusion and parsing

2025-02-03 Thread Erik Joelsson
On Fri, 31 Jan 2025 17:45:44 GMT, Magnus Ihse Bursie wrote: > A major problem when debugging the build system is figuring out what > makefiles are evaluated, and in which order. > > Our makefiles comes in three flavors, which I have termed "files", "includes" > and "snippets", for the purpose

Re: RFR: 8348190: Framework for tracing makefile inclusion and parsing

2025-01-31 Thread Magnus Ihse Bursie
On Fri, 31 Jan 2025 17:45:44 GMT, Magnus Ihse Bursie wrote: > A major problem when debugging the build system is figuring out what > makefiles are evaluated, and in which order. > > Our makefiles comes in three flavors, which I have termed "files", "includes" > and "snippets", for the purpose