mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Correct the order of check-abidump (GH-27230)
The check was backwards so we were not correctly detecting removals.
This commit is contained in:
parent
049e98b2b7
commit
e05afef3c6
1 changed files with 1 additions and 1 deletions
|
|
@ -762,7 +762,7 @@ regen-abidump: all
|
|||
@$(UPDATE_FILE) $(srcdir)/Doc/data/python$(LDVERSION).abi $(srcdir)/Doc/data/python$(LDVERSION).abi.new
|
||||
|
||||
check-abidump: all
|
||||
abidiff "libpython$(LDVERSION).so" $(srcdir)/Doc/data/python$(LDVERSION).abi --drop-private-types --no-architecture --no-added-syms
|
||||
abidiff $(srcdir)/Doc/data/python$(LDVERSION).abi "libpython$(LDVERSION).so" --drop-private-types --no-architecture --no-added-syms
|
||||
|
||||
############################################################################
|
||||
# Regenerate all generated files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue