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 12:45:39 +0200 Message-ID: <2153417.1PbBunjzSc@xps> References: <1490171404-16828-1-git-send-email-jerin.jacob@caviumnetworks.com> <20170429105118.23532-1-jerin.jacob@caviumnetworks.com> 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 E866A5911 for ; Sun, 30 Apr 2017 12:45:41 +0200 (CEST) In-Reply-To: <20170429105118.23532-1-jerin.jacob@caviumnetworks.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" 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