Re: [PATCH] Makefile: Improve generated_defconfig file handling

2024-03-13 Thread Tom Rini
On Thu, Mar 07, 2024 at 09:38:22PM -0600, Sam Protsenko wrote: > Commit 2027e99e61aa ("Makefile: Run defconfig files through the C > preprocessor") adds `generated_defconfig' file, but fails to clean that > up. It might be useful to have that file around after `make' is done, > but it's better to

Re: [PATCH] Makefile: Improve generated_defconfig file handling

2024-03-08 Thread Andrew Davis
On 3/7/24 9:38 PM, Sam Protsenko wrote: Commit 2027e99e61aa ("Makefile: Run defconfig files through the C preprocessor") adds `generated_defconfig' file, but fails to clean that up. It might be useful to have that file around after `make' is done, but it's better to clean that up on `make

[PATCH] Makefile: Improve generated_defconfig file handling

2024-03-07 Thread Sam Protsenko
Commit 2027e99e61aa ("Makefile: Run defconfig files through the C preprocessor") adds `generated_defconfig' file, but fails to clean that up. It might be useful to have that file around after `make' is done, but it's better to clean that up on `make clean'. Also we probably want to hide it in `git