Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e5dfcc2

Browse filesBrowse 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
Copy full SHA for e5dfcc2

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎Makefile.pre.in

Copy file name to clipboardExpand all lines: Makefile.pre.in
+3-3Lines changed: 3 additions & 3 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.