Mir
|
A few make targets exist to help us track ABI compatibility across different Mir versions and ensure we increase the ABI version properly. These targets invoke the abi-compliance-checker tool for the actual ABI check.
The targets are:
make abi-check
Compiles all the public libraries in the current tree and checks their ABI against the latest released archive version
make abi-check-<library>
Compiles only the specified library in the current tree and checks its ABI against the latest released archive version
$ bzr branch lp:mir && cd mir $ debian/rules override_dh_auto_configure $ cd <build-dir> $ make abi-check
Copyright © 2012-2016 Canonical Ltd.
Generated on Mon Mar 27 12:06:55 UTC 2017