On Mon, Sep 30, 2019 at 11:21:34AM +0200, Marcin Baran wrote: > The script 'check-abi-version.sh' should be used > to check whether built libraries are versioned > with correct ABI number (provided ABI, provided > ABI+1 or EXPERIMENTAL). > > Signed-off-by: Marcin Baran <marcinx.ba...@intel.com> > Signed-off-by: Pawel Modrak <pawelx.mod...@intel.com> > --- > buildtools/check-abi-version.sh | 46 +++++++++++++++++++++++++++++++++ > buildtools/update_abi.sh | 41 +++++++++++++++++++++++++++++ > 2 files changed, 87 insertions(+) > create mode 100755 buildtools/check-abi-version.sh > create mode 100755 buildtools/update_abi.sh >
This patch also includes an "update_abi.sh" script, which is not referred to in the log. It should probably have it's own patch and explanation. [Also, one script name uses "-" between words, the other "_", maybe standardize]