mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
tools: moveconfig: do not check clean tree and compilers for -H option
The clean tree (make mrproper) and compilers are required when moving config options, but not needed when we only cleanup headers. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
dc6de50bd6
commit
f7536f798d
1 changed files with 2 additions and 4 deletions
|
@ -1042,11 +1042,9 @@ def main():
|
|||
|
||||
check_top_directory()
|
||||
|
||||
check_clean_directory()
|
||||
|
||||
update_cross_compile(options.color)
|
||||
|
||||
if not options.cleanup_headers_only:
|
||||
check_clean_directory()
|
||||
update_cross_compile(options.color)
|
||||
move_config(configs, options)
|
||||
|
||||
if configs:
|
||||
|
|
Loading…
Add table
Reference in a new issue