Re: [PATCH] mach-imx: do not use if_changed more than once per target

2024-08-29 Thread Fabio Estevam
Hi Jerome, On Wed, Aug 28, 2024 at 12:37 PM Jerome Forissier wrote: > > doc/develop/makefiles.rst has the following note: > > if_changed should not be used more than once per target. > It stores the executed command in a corresponding .cmd > file and multiple calls would result in overwrite

[PATCH] mach-imx: do not use if_changed more than once per target

2024-08-28 Thread Jerome Forissier
doc/develop/makefiles.rst has the following note: if_changed should not be used more than once per target. It stores the executed command in a corresponding .cmd file and multiple calls would result in overwrites and unwanted results when the target is up to date and only the tests on ch