|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH 10/10] tools/libs: Write out an ABI analysis when abi-dumper is available
Andrew Cooper writes ("[PATCH 10/10] tools/libs: Write out an ABI analysis when
abi-dumper is available"):
> Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
...
> +# 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 <iwj@xxxxxxxxxxxxxx>
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |