[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAK7LNARc+4n6B1c0LXigAfffnpUqY3GSVw+rw5PQP9VrOxbOuw@mail.gmail.com>
Date: Wed, 7 Mar 2018 11:22:46 +0900
From: Masahiro Yamada <yamada.masahiro@...ionext.com>
To: Tony Luck <tony.luck@...el.com>
Cc: linux-kbuild <linux-kbuild@...r.kernel.org>,
Sam Ravnborg <sam@...nborg.org>,
Michal Marek <michal.lkml@...kovi.net>,
Ulf Magnusson <ulfalizer@...il.com>,
Randy Dunlap <rdunlap@...radead.org>,
"Luis R . Rodriguez" <mcgrof@...nel.org>,
"linux-ia64@...r.kernel.org" <linux-ia64@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Fenghua Yu <fenghua.yu@...el.com>
Subject: Re: [PATCH v2 01/11] kbuild: define PYTHON2 and PYTHON3 variables
instead of PYTHON
2018-03-07 2:16 GMT+09:00 Tony Luck <tony.luck@...el.com>:
> On Thu, Mar 1, 2018 at 8:31 PM, Masahiro Yamada
> <yamada.masahiro@...ionext.com> wrote:
>> arch/ia64/scripts/unwcheck.py is apparently written in Python 2, so
>> it should be invoked by 'python2'.
>
> I pushed the patch from Corentin Labbe to update this script to run with either
> python2 or python3. Linus took it yesterday:
>
> bd5edbe67794 ("ia64: convert unwcheck.py to python3")
>
> -Tony
Thanks for the reminder!
Yeah, I noticed this commit yesterday.
Now, unwcheck.py seems to be compatible
with both Python 2.x and 3.x
(I have not tested it, but I understood so from the
commit log.)
I will keep 'PYTHON' and arch/ia64/Makefile as they are.
I will just add 'PYTHON2' and 'PYTHON3'.
--
Best Regards
Masahiro Yamada
Powered by blists - more mailing lists