summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2019-06-20 15:26:28 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2019-06-20 15:26:28 +0000
commitc5a45ce2a15d7403651a085c5a0d2f5f5e0a5994 (patch)
treea400a6dee635bf7c38eff09ddf7b6ca23aa7d1b4
parent4292c1ae6db9edd4b178c10bc5045534ea38e4a5 (diff)
parentf795efe58118d15b5f74b4da361e5a6416f913c6 (diff)
downloadgnutls-c5a45ce2a15d7403651a085c5a0d2f5f5e0a5994.tar.gz
Merge branch 'makefile-patch' into 'master'
Corrected call for updating ABI files See merge request gnutls/gnutls!1033
-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; \