On Wed, Jul 08, 2015 at 04:55:21PM +0200, Thomas Monjalon wrote:
> This is the second version of the NEXT_ABI policy.
> It can now be used for shared and static libraries.
>
> While updating rte.lib.mk, it appeared that some useless
> (and not consistent) variables were used for some config
> options. The first patch clean them.
>
> Thomas Monjalon (2):
> mk: remove variables identical to config ones
> mk: enable next abi preview
>
> config/common_bsdapp | 5 +++++
> config/common_linuxapp | 5 +++++
> doc/guides/guidelines/versioning.rst | 12 +++++++++---
> mk/exec-env/bsdapp/rte.vars.mk | 4 ++--
> mk/exec-env/linuxapp/rte.vars.mk | 4 ++--
> mk/rte.lib.mk | 16 +++++++++-------
> mk/rte.sdkbuild.mk | 2 +-
> mk/rte.sharelib.mk | 8 ++++----
> mk/rte.vars.mk | 8 --------
> pkg/dpdk.spec | 1 +
> scripts/validate-abi.sh | 2 ++
> 11 files changed, 40 insertions(+), 27 deletions(-)
>
> --
> 2.4.2
>
>
For the series
Acked-by: Neil Horman <nhorman at tuxdriver.com>