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

2023-10-10 Thread Tom Rini
On Fri, Sep 15, 2023 at 09:43:23AM -0500, Andrew Davis wrote: > If the source .env file changes to one that is also older than the > generated env.txt file then the .env file is not regenerated. This > means when switching board configs we do not regenerate the env. > > This can be tested with: >

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

2023-09-20 Thread Simon Glass
On Fri, 15 Sept 2023 at 08:43, Andrew Davis wrote: > > If the source .env file changes to one that is also older than the > generated env.txt file then the .env file is not regenerated. This > means when switching board configs we do not regenerate the env. > > This can be tested with: > > $ make

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

2023-09-15 Thread Andrew Davis
If the source .env file changes to one that is also older than the generated env.txt file then the .env file is not regenerated. This means when switching board configs we do not regenerate the env. This can be tested with: $ make j721e_evm_a72_defconfig $ make # this may fail to complete but tha