From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] usertools: script to output version string Date: Mon, 07 Aug 2017 13:35:21 +0200 Message-ID: <2588998.vour8g1xmE@xps> References: <20170706145649.65075-1-keith.wiles@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Keith Wiles Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 8366F330D for ; Mon, 7 Aug 2017 13:35:24 +0200 (CEST) In-Reply-To: <20170706145649.65075-1-keith.wiles@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi, 06/07/2017 16:56, Keith Wiles: > +# Locate the rte_version.h file and parse out the version strings. I think this script is not needed because we have already something in mk/rte.sdkconfig.mk. Example: % make showversion 17.08.0-rc4 Do you need more?