]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Corrected call for updating ABI files
authorKarsten Ohme <k_o_@users.sourceforge.net>
Wed, 19 Jun 2019 05:51:16 +0000 (07:51 +0200)
committerKarsten Ohme <k_o_@users.sourceforge.net>
Wed, 19 Jun 2019 05:51:16 +0000 (07:51 +0200)
Signed-off-by: Karsten Ohme <k_o_@users.sourceforge.net>
Makefile.am

index 71a38c6174a4cd6052ad96f30202a873832ae798..79cb59eb7cdbb4c14db1015c1b6cbc002ce79a4f 100644 (file)
@@ -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; \