From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] tools: add tags and cscope index file generation support Date: Wed, 01 Mar 2017 11:51:10 +0100 Message-ID: <2157756.lW6E584l6o@xps13> References: <1480205562-32745-1-git-send-email-jerin.jacob@caviumnetworks.com> <4940765.paEGL8zfci@xps13> <20170228141226.GA10110@localhost.localdomain> 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 mail-wr0-f172.google.com (mail-wr0-f172.google.com [209.85.128.172]) by dpdk.org (Postfix) with ESMTP id 778F02B9D for ; Wed, 1 Mar 2017 11:51:12 +0100 (CET) Received: by mail-wr0-f172.google.com with SMTP id u108so27312377wrb.3 for ; Wed, 01 Mar 2017 02:51:12 -0800 (PST) In-Reply-To: <20170228141226.GA10110@localhost.localdomain> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2017-02-28 19:42, Jerin Jacob: > On Mon, Feb 27, 2017 at 03:18:52PM +0100, Thomas Monjalon wrote: > > 2017-01-17 14:11, 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=) > > > > What is the purpose of selecting a configuration? > > Is it to go quicker in the implementation you are interested in? > > Yes. That is the hard part to do. > > > In that case, I think we need a catch-all option, because I like > > being prompted by vim that several implementations exist and I can > > choose one of them. > > OK. Then we can make T= as optional and if T= is not specified then script can > take all the source files. Thoughts? OK > > I can help you with this script if needed. > > OK. I can work on this next week, if you have time then feel free to > take up this. I have no time this week. But do not hesitate to ping me when doing the v2 if you feel I can help.