From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v6] devtools: add tags and cscope index file generation support Date: Sun, 30 Apr 2017 13:00:06 +0200 Message-ID: <3490931.Afc3yGLjmN@xps> References: <1490171404-16828-1-git-send-email-jerin.jacob@caviumnetworks.com> <20170429105118.23532-1-jerin.jacob@caviumnetworks.com> <2153417.1PbBunjzSc@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, ferruh.yigit@intel.com To: Jerin Jacob Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id D4ABA2A62 for ; Sun, 30 Apr 2017 13:00:08 +0200 (CEST) In-Reply-To: <2153417.1PbBunjzSc@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 30/04/2017 12:45, Thomas Monjalon: > 29/04/2017 12:51, Jerin Jacob: > > This script generates cscope, gtags, and tags index files based on > > EAL environment(architecture and OS(linux/bsd)). > > > > Selection of the architecture and OS environment is based on dpdk > > configuration target(T=).If EAL environment(T=) is not specified, > > the script generates tag files based on available source code. > > > > Usage: make tags|cscope|gtags|etags [T=config] > > > > example usage: > > make cscope > > make tags T=x86_64-native-linuxapp-gcc > > make gtags T=arm64-armv8a-linuxapp-gcc > > > > Signed-off-by: Jerin Jacob > > Reviewed-by: Yuanhan Liu > > Reviewed-by: Ferruh Yigit > > --- > > v6: > > - Addressed all the review comments from Thomas > > http://dpdk.org/ml/archives/dev/2017-April/064964.html > > Reviewed-by: Thomas Monjalon > > Applied, thanks PS: I've just moved the "cd" line at the beginning of the script in order to be able to do: devtools % ./build-tags.sh -h