diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-05-19 15:51:52 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-06-13 07:46:28 +0900 |
commit | 4b430c983a57146633f1b9a9ca5ed7289215763f (patch) | |
tree | fd79c602dd6d68722dcf5200590be5b3251cbda4 /fs/Kconfig | |
parent | ff8725bbe06b3b890beb2044c02ef332c8d028b4 (diff) | |
download | talos-obmc-uboot-4b430c983a57146633f1b9a9ca5ed7289215763f.tar.gz talos-obmc-uboot-4b430c983a57146633f1b9a9ca5ed7289215763f.zip |
tools: moveconfig: check directory location before compilers
We must ensure this tool is run from the top of source directory
before calling update_cross_compile(). Otherwise, the following
exception is thrown:
Traceback (most recent call last):
File "./moveconfig.py", line 918, in <module>
main()
File "./moveconfig.py", line 908, in main
update_cross_compile()
File "./moveconfig.py", line 292, in update_cross_compile
for arch in os.listdir('arch'):
OSError: [Errno 2] No such file or directory: 'arch'
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'fs/Kconfig')
0 files changed, 0 insertions, 0 deletions