git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc923fa
)
buildman: Drop unnecessary assignment of config_out
author
Simon Glass
<sjg@chromium.org>
Wed, 19 Jul 2023 23:49:12 +0000
(17:49 -0600)
committer
Simon Glass
<sjg@chromium.org>
Mon, 24 Jul 2023 15:34:11 +0000
(09:34 -0600)
This is already set up earlier in the function, so drop the extra
assignment.
Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/builderthread.py
patch
|
blob
|
history
diff --git
a/tools/buildman/builderthread.py
b/tools/buildman/builderthread.py
index
f110137
..
ad12e9e
100644
(file)
--- a/
tools/buildman/builderthread.py
+++ b/
tools/buildman/builderthread.py
@@
-286,7
+286,6
@@
class BuilderThread(threading.Thread):
cfg_file = os.path.join(out_dir, '.config')
cmd_list = []
if do_config or adjust_cfg:
- config_out = ''
if self.mrproper:
result = self.make(commit, brd, 'mrproper', cwd,
'mrproper', *args, env=env)