Re: [PATCH] Makefile: Force regeneration of env.txt

2023-09-15 Thread Andrew Davis
On 9/10/23 5:36 PM, Simon Glass wrote: Hi Andrew, On Tue, 5 Sept 2023 at 12:15, Andrew Davis wrote: On 9/5/23 1:09 PM, Andrew Davis wrote: If the source .env file changes to one that is also older than the generated env.txt file then it is not regenerated. This means when switching board

Re: [PATCH] Makefile: Force regeneration of env.txt

2023-09-10 Thread Simon Glass
Hi Andrew, On Tue, 5 Sept 2023 at 12:15, Andrew Davis wrote: > > On 9/5/23 1:09 PM, Andrew Davis wrote: > > If the source .env file changes to one that is also older than > > the generated env.txt file then it is not regenerated. This means > > when switching board configs we do not regenerate

Re: [PATCH] Makefile: Force regeneration of env.txt

2023-09-05 Thread Andrew Davis
On 9/5/23 1:09 PM, Andrew Davis wrote: If the source .env file changes to one that is also older than the generated env.txt file then it is not regenerated. This means when switching board configs we do not regenerate the env. This can be tested easily with: $ make j721e_evm_a72_defconfig $