This will make the log more readable.  The log is not deterministic
in case of parallel processing, though.

Signed-off-by: Masahiro Yamada <yamada.masah...@socionext.com>
---

 tools/moveconfig.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/moveconfig.py b/tools/moveconfig.py
index 67cf5f0..49cb1e2 100755
--- a/tools/moveconfig.py
+++ b/tools/moveconfig.py
@@ -1221,6 +1221,8 @@ def move_config(configs, options):
     else:
         defconfigs = get_all_defconfigs()
 
+    defconfigs.sort()
+
     progress = Progress(len(defconfigs))
     slots = Slots(configs, options, progress, reference_src_dir)
 
-- 
1.9.1

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to