Re: [PATCH v2 1/2] scripts/kernel-doc.py: don't create *.pyc files
From: Mauro Carvalho Chehab
Date: Wed Apr 16 2025 - 03:52:31 EST
Em Wed, 16 Apr 2025 10:22:24 +0300
Andy Shevchenko <andriy.shevchenko@xxxxxxxxx> escreveu:
> On Wed, Apr 16, 2025 at 02:57:38PM +0800, Mauro Carvalho Chehab wrote:
> > As reported by Andy, kernel-doc.py is creating a __pycache__
> > directory at build time.
> >
> > Disable creation of __pycache__ for the libraries used by
> > kernel-doc.py, when excecuted via the build system or via
> > scripts/find-unused-docs.sh.
>
> Nope, still have it.
>
> I used today's Linux Next with some local code patches (unrelated
> to any scripts or kernel doc or python).
>
> To confirm, I even done again a clean build.
>
There were one missing place.
Sent a v3. Please test.
Regards,
Mauro