Skip to content

Commit e5dfcc2

Browse files
authored
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).
1 parent bd2f148 commit e5dfcc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile.pre.in

+3-3
Original file line numberDiff line numberDiff line change
@@ -1359,10 +1359,10 @@ regen-unicodedata:
13591359
regen-all: regen-cases regen-typeslots \
13601360
regen-token regen-ast regen-keyword regen-sre regen-frozen \
13611361
regen-pegen-metaparser regen-pegen regen-test-frozenmain \
1362-
regen-test-levenshtein regen-global-objects regen-unicodedata
1362+
regen-test-levenshtein regen-global-objects
13631363
@echo
1364-
@echo "Note: make regen-stdlib-module-names, make regen-limited-abi"
1365-
@echo "and make regen-configure should be run manually"
1364+
@echo "Note: make regen-stdlib-module-names, make regen-limited-abi, "
1365+
@echo "make regen-configure and make regen-unicodedata should be run manually"
13661366

13671367
############################################################################
13681368
# Special rules for object files

0 commit comments

Comments
 (0)