]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Restore previous behavior of 'make regen-cases' (#106541)
authorGuido van Rossum <guido@python.org>
Sat, 8 Jul 2023 04:50:09 +0000 (21:50 -0700)
committerGitHub <noreply@github.com>
Sat, 8 Jul 2023 04:50:09 +0000 (21:50 -0700)
commit48d5d32b80efe506e087e9b5a3302bf8df54aef4
tree302dc91ae3076bd8ae72575b08161867178a6447
parentffe70c4d1c85f07d9b92bf0673e715fdaa2526ed
Restore previous behavior of 'make regen-cases' (#106541)

When running 'make regen-cases' just to check whether anything changed,
it's annoying that even if nothing changes, the output files are touched,
causing an expensiv rebuild of _bootstrap_python and anything it creates.

So use  consistently for all output files.
Makefile.pre.in