From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH v2 0/2] next abi option Date: Wed, 8 Jul 2015 16:55:21 +0200 Message-ID: <1436367323-19968-1-git-send-email-thomas.monjalon@6wind.com> References: <1435874746-32095-1-git-send-email-thomas.monjalon@6wind.com> Cc: dev@dpdk.org To: nhorman@tuxdriver.com Return-path: Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 2EDB69E7 for ; Wed, 8 Jul 2015 16:56:38 +0200 (CEST) Received: by wgck11 with SMTP id k11so198478215wgc.0 for ; Wed, 08 Jul 2015 07:56:38 -0700 (PDT) In-Reply-To: <1435874746-32095-1-git-send-email-thomas.monjalon@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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