From: Victor Stinner Date: Wed, 15 Nov 2023 17:14:08 +0000 (+0100) Subject: gh-96954: Don't run regen-unicodedata in regen-all (#112120) X-Git-Tag: v3.13.0a2~70 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e5dfcc2b6e1c8450e47acbc6e7d3fd3380ef0f03;p=thirdparty%2FPython%2Fcpython.git gh-96954: Don't run regen-unicodedata in regen-all (#112120) The "make regen-unicodedata" should now be run manually. By the default, it requires an Internet connection, which is not always the case. Some Linux distributions build Linux packages in isolated environment (without network). --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 3405975e8904..9280d2843693 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1359,10 +1359,10 @@ regen-unicodedata: regen-all: regen-cases regen-typeslots \ regen-token regen-ast regen-keyword regen-sre regen-frozen \ regen-pegen-metaparser regen-pegen regen-test-frozenmain \ - regen-test-levenshtein regen-global-objects regen-unicodedata + regen-test-levenshtein regen-global-objects @echo - @echo "Note: make regen-stdlib-module-names, make regen-limited-abi" - @echo "and make regen-configure should be run manually" + @echo "Note: make regen-stdlib-module-names, make regen-limited-abi, " + @echo "make regen-configure and make regen-unicodedata should be run manually" ############################################################################ # Special rules for object files