Skip to content

Commit 65fef35

Browse files
committed
Run regen-stdlib-module-names from regen-all.
1 parent 727a68b commit 65fef35

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ jobs:
6363
# Build Python with the libpython dynamic library
6464
./configure --with-pydebug --enable-shared
6565
make -j4 regen-all
66-
make regen-stdlib-module-names
6766
- name: Check for changes
6867
run: |
6968
changes=$(git status --porcelain)

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ before_script:
172172
- eval "$(pyenv init -)"
173173
- pyenv global 3.8
174174
- PYTHON_FOR_REGEN=python3.8 make -j4 regen-all
175-
- make regen-stdlib-module-names
176175
- changes=`git status --porcelain`
177176
- |
178177
# Check for changes in regenerated files

Makefile.pre.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -761,9 +761,10 @@ regen-limited-abi: all
761761

762762
regen-all: regen-opcode regen-opcode-targets regen-typeslots \
763763
regen-token regen-ast regen-keyword regen-importlib clinic \
764-
regen-pegen-metaparser regen-pegen regen-frozen
764+
regen-pegen-metaparser regen-pegen regen-frozen \
765+
regen-stdlib-module-names
765766
@echo
766-
@echo "Note: make regen-stdlib-module-names and autoconf should be run manually"
767+
@echo "Note: autoconf should be run manually"
767768

768769
############################################################################
769770
# Special rules for object files

0 commit comments

Comments
 (0)