]> git.dujemihanovic.xyz Git - u-boot.git/commit
buildman: Avoid rebuilding when --mrproper is used
authorSimon Glass <sjg@chromium.org>
Sun, 23 Jun 2024 17:55:12 +0000 (11:55 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 3 Jul 2024 06:36:33 +0000 (07:36 +0100)
commit7e93bd30b1e2a00a46bb60f7122f79801bc0590b
treecf2074261a58e0ace74c05d718bb71bfcc772403
parent3187da4bea64f94055239761fc0f58a68c8e3236
buildman: Avoid rebuilding when --mrproper is used

When this flag is enabled, 'make mrproper' is always used when
reconfiguring, so there is no point in doing it again.

Update this.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/builderthread.py