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

2025-04-16 Thread Mauro Carvalho Chehab
Em Wed, 16 Apr 2025 14:42:57 +0800 Mauro Carvalho Chehab escreveu: > 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-un

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

2025-04-15 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