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

Tom Rini trini at konsulko.com
Wed Dec 4 05:01:16 CET 2019


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 conditional in the first place.
> 
> Since CLEAN_FILES is allowed to list nonexistent files, just add
> everything to it unconditionally to fix the issue.
> 
> Signed-off-by: Thomas Hebb <tommyhebb at gmail.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20191203/d6836889/attachment.sig>


More information about the U-Boot mailing list