devtools: rework ABI checker script
authorOlivier Matz <olivier.matz@6wind.com>
Thu, 5 Oct 2017 07:53:27 +0000 (09:53 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 7 Nov 2017 23:23:22 +0000 (00:23 +0100)
commitc4a5fe3bf83282c2e682cd35c6774e11eecf0e85
tree517e300118087037ad018faee68f01ecf70db8bd
parentf774eaf817c6bf17ccd41587a7879c4e7cea4367
devtools: rework ABI checker script

The initial version of the script had some limitations:
- cannot work on a non-clean workspace
- environment variables are not documented
- no compilation log in case of failure
- return success even it abi is incompatible

This patch addresses these issues and rework the code.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
devtools/validate-abi.sh