Andrew Cooper writes ("[PATCH 10/10] tools/libs: Write out an ABI analysis when abi-dumper is available"): > Signed-off-by: Andrew Cooper <andrew.coop...@citrix.com> ... > +# If abi-dumper is available, write out the ABI analysis > +ifneq ($(ABI_DUMPER),) > +libs: $(PKG_ABI) > +$(PKG_ABI): lib$(LIB_FILE_NAME).so.$(MAJOR).$(MINOR) headers.lst > + abi-dumper $< -o $@ -public-headers headers.lst -lver $(MAJOR).$(MINOR) > +endif
Kind of annoying that we don't have a variable for lib$(LIB_FILE_NAME).so.$(MAJOR).$(MINOR) Reviewed-by: Ian Jackson <i...@xenproject.org>