
25 Jul
2016
25 Jul
'16
12:15 p.m.
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 ---
Changes in v2: None
tools/moveconfig.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/tools/moveconfig.py b/tools/moveconfig.py index b1190e2..05a581f 100755 --- a/tools/moveconfig.py +++ b/tools/moveconfig.py @@ -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:
--
1.9.1