summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarsten Ohme <k_o_@users.sourceforge.net>2019-06-19 07:51:16 +0200
committerKarsten Ohme <k_o_@users.sourceforge.net>2019-06-19 07:51:16 +0200
commitf795efe58118d15b5f74b4da361e5a6416f913c6 (patch)
tree8a7b4837271b29945e7585d68ebad8842552973c
parentd9984ccf8dde873f7b2632979989675eb900871a (diff)
downloadgnutls-f795efe58118d15b5f74b4da361e5a6416f913c6.tar.gz
Corrected call for updating ABI files
Signed-off-by: Karsten Ohme <k_o_@users.sourceforge.net>
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 71a38c6174..79cb59eb7c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -103,14 +103,14 @@ abi-check-latest: lib/libgnutls.la libdane/libgnutls-dane.la
@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; \
@@ -158,7 +158,7 @@ symbol-check: lib/libgnutls.la
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; \