Re: [PATCH v4 3/4] scripts/kernel-doc.py: don't create *.pyc files

2025-04-30 Thread Mauro Carvalho Chehab
Em Fri, 25 Apr 2025 20:46:41 +0200 Nicolas Schier escreveu: > On Thu, Apr 24, 2025 at 08:16:23AM +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 > >

Re: [PATCH v4 3/4] scripts/kernel-doc.py: don't create *.pyc files

2025-04-25 Thread Nicolas Schier
On Thu, Apr 24, 2025 at 08:16:23AM +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-u

[PATCH v4 3/4] scripts/kernel-doc.py: don't create *.pyc files

2025-04-23 Thread Mauro Carvalho Chehab
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. Reported-by: Andy Shevchenko Closes: https://lore.kernel.org/linu