[Python-checkins] make regen-all now suggests running: make autoconf (GH-30893)

vstinner webhook-mailer at python.org
Wed Jan 26 18:35:48 EST 2022


https://github.com/python/cpython/commit/13194084b40fe6579a70248b7be0665ff4f08374
commit: 13194084b40fe6579a70248b7be0665ff4f08374
branch: main
author: Victor Stinner <vstinner at python.org>
committer: vstinner <vstinner at python.org>
date: 2022-01-27T00:35:40+01:00
summary:

make regen-all now suggests running: make autoconf (GH-30893)

"make autoconf" also runs autoheader, whereas "autoconf" does not.

files:
M Makefile.pre.in

diff --git a/Makefile.pre.in b/Makefile.pre.in
index 75482f9c1c56b..55f09c6e74b20 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1185,7 +1185,7 @@ regen-all: regen-opcode regen-opcode-targets regen-typeslots \
 	regen-token regen-ast regen-keyword regen-frozen clinic \
 	regen-pegen-metaparser regen-pegen regen-test-frozenmain
 	@echo
-	@echo "Note: make regen-stdlib-module-names and autoconf should be run manually"
+	@echo "Note: make regen-stdlib-module-names and make autoconf should be run manually"
 
 ############################################################################
 # Special rules for object files



More information about the Python-checkins mailing list