Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: Makefile: store __pycache__ at the output directory

Instead of blocking creation of *.pyc cache, store python
cache under Documentation/output/__pycache__

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <1b9e7f34c1d99a27a8abb308da3221b4663b5693.1745539360.git.mchehab+huawei@kernel.org>

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
6c2f0b28 e3b42e94

+1 -1
+1 -1
Documentation/Makefile
··· 84 84 85 85 quiet_cmd_sphinx = SPHINX $@ --> file://$(abspath $(BUILDDIR)/$3/$4) 86 86 cmd_sphinx = $(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/userspace-api/media $2 && \ 87 - PYTHONDONTWRITEBYTECODE=1 \ 87 + PYTHONPYCACHEPREFIX=$(abspath $(BUILDDIR)/__pycache__) \ 88 88 BUILDDIR=$(abspath $(BUILDDIR)) SPHINX_CONF=$(abspath $(src)/$5/$(SPHINX_CONF)) \ 89 89 $(PYTHON3) $(srctree)/scripts/jobserver-exec \ 90 90 $(CONFIG_SHELL) $(srctree)/Documentation/sphinx/parallel-wrapper.sh \