Correct the order of check-abidump (GH-27230)

The check was backwards so we were not correctly detecting removals.
This commit is contained in:
Pablo Galindo Salgado 2021-07-18 16:53:14 +01:00 committed by GitHub
parent 049e98b2b7
commit e05afef3c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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