commit | 7e93bd30b1e2a00a46bb60f7122f79801bc0590b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jun 23 11:55:12 2024 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 03 07:36:33 2024 +0100 |
tree | cf2074261a58e0ace74c05d718bb71bfcc772403 | |
parent | 3187da4bea64f94055239761fc0f58a68c8e3236 [diff] |
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>