@echo "Checking whether the latest ABI dump matches"
@abidiff --suppressions $(ABIGNORE_FILE) lib/.libs/libgnutls.so $(LIBGNUTLS_ABI_LAST_FILE) --hd2 "$(srcdir)/lib/includes/gnutls/"; if test $$? != 0;then \
echo "*********************************************************"; \
- echo "libgnutls ABI has changed; use 'make-files-update' "; \
+ echo "libgnutls ABI has changed; use 'make files-update' "; \
echo "and use 'git diff' to check correctness before committing"; \
echo "*********************************************************"; \
false; \
fi
@abidiff libdane/.libs/libgnutls-dane.so $(LIBDANE_ABI_LAST_FILE) --hd2 "$(srcdir)/libdane/includes/gnutls/"; if test $$? != 0;then \
echo "*********************************************************"; \
- echo "libgnutls-dane ABI has changed; use 'make-files-update' "; \
+ echo "libgnutls-dane ABI has changed; use 'make files-update' "; \
echo "and use 'git diff' to check correctness before committing"; \
echo "*********************************************************"; \
false; \
false; \
else \
echo "*************************************************************"; \
- echo "Symbols were added in the library; use 'make-files-update' "; \
+ echo "Symbols were added in the library; use 'make files-update' "; \
echo "and use 'git diff' to check correctness before committing "; \
echo "*************************************************************"; \
false; \