Re: [U-Boot] [PATCH 1/3] Makefile: don't try to construct CLEAN_FILES based on config

2019-12-03 Thread Tom Rini
On Sun, Nov 10, 2019 at 08:25:08AM -0800, Thomas Hebb wrote: > All of the clean targets (clean, dist-clean, mrproper) are run without > loading a configuration. That means that any conditional modification of > CLEAN_FILES will either always apply or never apply and so shouldn't be > in a conditio

[U-Boot] [PATCH 1/3] Makefile: don't try to construct CLEAN_FILES based on config

2019-11-10 Thread Thomas Hebb
All of the clean targets (clean, dist-clean, mrproper) are run without loading a configuration. That means that any conditional modification of CLEAN_FILES will either always apply or never apply and so shouldn't be in a conditional in the first place. Since CLEAN_FILES is allowed to list nonexist