[dm-devel] [PATCH 04/16] multipath-tools: Makefile: run abidiff with --redundant flag

mwilck at suse.com mwilck at suse.com
Thu Sep 1 16:09:40 UTC 2022


From: Martin Wilck <mwilck at suse.com>

With --redundant, abidiff lists all changed functions, which may be
handy.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 1537cfd..27b4641 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,7 @@ abi.tar.gz:	abi
 abi-test:	abi reference-abi $(wildcard abi/*.abi)
 	@err=0; \
 	for lib in abi/*.abi; do \
-	    diff=$$(abidiff "reference-$$lib" "$$lib") || { \
+	    diff=$$(abidiff --redundant "reference-$$lib" "$$lib") || { \
 	        err=1; \
 		echo "==== ABI differences in for $$lib ===="; \
 		echo "$$diff"; \
-- 
2.37.1



More information about the dm-devel mailing list