Re: [PATCH] kbuild: allow to override Python command name

2014-07-18 Thread Michal Marek
Dne 18.7.2014 06:40, Masahiro Yamada napsal(a): > The specification of Python 3 is largely different from that of > Python 2. > > For example, arch/ia64/scripts/unwcheck.py seems to be written > in Python 2, not compatible with Python 3. > > It is not a good idea to invoke python scripts with the

[PATCH] kbuild: allow to override Python command name

2014-07-17 Thread Masahiro Yamada
The specification of Python 3 is largely different from that of Python 2. For example, arch/ia64/scripts/unwcheck.py seems to be written in Python 2, not compatible with Python 3. It is not a good idea to invoke python scripts with the hard-coded command name 'python'. The command 'python' could