Re: [PATCH v2 06/30] Fix Makefile warning about parallel targets

2023-04-30 Thread Bin Meng
Hi Simon, On Sun, Apr 30, 2023 at 9:30 AM Simon Glass wrote: > > These targets are not really parallel; they are handled one at a time > when invoked by other rules. Some recent versions of make (e.g. on MSYS2) > give a warning about this. Split out the rules to avoid the warning. I did not see

[PATCH v2 06/30] Fix Makefile warning about parallel targets

2023-04-29 Thread Simon Glass
These targets are not really parallel; they are handled one at a time when invoked by other rules. Some recent versions of make (e.g. on MSYS2) give a warning about this. Split out the rules to avoid the warning. Signed-off-by: Simon Glass --- (no changes since v1) tools/Makefile | 11