From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] doc: add new targets to "make help" output Date: Sat, 05 Aug 2017 11:08:58 +0200 Message-ID: <65331094.Yj0jldVl8I@xps> References: <1496699017-98327-1-git-send-email-erik.g.carrillo@intel.com> <1499447399-9467-1-git-send-email-erik.g.carrillo@intel.com> <2383964.bQBCqqHOqo@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Gabriel Carrillo Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 5FE6537B7 for ; Sat, 5 Aug 2017 11:09:00 +0200 (CEST) In-Reply-To: <2383964.bQBCqqHOqo@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" 04/08/2017 00:50, Thomas Monjalon: > Hi, > > Sorry for the very very late review. > > 07/07/2017 19:09, Gabriel Carrillo: > > Commit aafaea3d3b70 ("devtools: add tags > > and cscope index generation") introduced > > new make targets. This change updates the > > help target output to reflect the additions. > > > > Signed-off-by: Gabriel Carrillo > > --- > > + tags|gtags T= generate tags/gtags for given targets (T=) > > + cscope T= generate cscope database for given targets (T=) > > No need of T= in the first column. > It is specified only for install which has two different meanings > with and without T=. > > You should also add etags I think. Updated myself and applied, thanks