bpo-36143: make regen-all now also runs regen-keyword (GH-24245)
This commit is contained in:
parent
250035d134
commit
6a809fa01f
@ -755,7 +755,7 @@ regen-limited-abi: all
|
||||
# Regenerate all generated files
|
||||
|
||||
regen-all: regen-opcode regen-opcode-targets regen-typeslots \
|
||||
regen-token regen-ast regen-importlib clinic \
|
||||
regen-token regen-ast regen-keyword regen-importlib clinic \
|
||||
regen-pegen-metaparser regen-pegen
|
||||
|
||||
############################################################################
|
||||
|
@ -0,0 +1 @@
|
||||
``make regen-all`` now also runs ``regen-keyword``. Patch by Victor Stinner.
|
Loading…
x
Reference in New Issue
Block a user