From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id E5CD5211D7; Sat, 5 Aug 2017 05:08:59 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Sat, 05 Aug 2017 05:08:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=jcEysIZKSCWnEts eff3wyEF2XXBad+knvxM6j3U1hEg=; b=S4LgL5dQeKhqvDp1Bu/WO/GB3kD0+g6 bMiwMIznhRhlCVw1d1m1hrdneRt2MRB9OLDnTaMM6cv/T9ZG9ZhdaIdUpfTZWVMX YvKDrlonjWNk908L236YOll1K48YjWh8Aa8htpTRBhe48UhO8PSh07Xyj3Xrsmj9 B9BaRMhc683w= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=jcEysIZKSCWnEtseff3wyEF2XXBad+knvxM6j3U1hEg=; b=Yu3Q0O4j 3FasmNuhFcubvJc/qf6Lz36RlohnlyffAPN64zT2H+10NgiJg/rOK4N0Ty567pdn ytEglfMTMFpJHLLp8Qcgu+LPKMgqDP1WopRb40/XlSbdKNlPccwZaPLB0Htke59g EbbP7amN0lC+Azk+syWEkp+zwUeTMBylK5ys12JAXU2R8ChYWXskKzAypf40FcG5 znFy0gnJbGMee5jPxfyxwx6XLocwrz8TCXhKYq9hiOsf+nFyo13h28gjVj0cMV3y ux4kGAquWCNrJbZhB9b4M03EKdgwyU71ttBLBResE981QGiNvpUwX+STGtnVY6pf ZlCU6HDxHDIUyQ== X-ME-Sender: X-Sasl-enc: mp1iSixDGkf/Frmzdv8a2ZlaEnRFDv6L9AL/QjUuXfcv 1501924139 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 9B8E124515; Sat, 5 Aug 2017 05:08:59 -0400 (EDT) From: Thomas Monjalon To: Gabriel Carrillo Cc: dev@dpdk.org Date: Sat, 05 Aug 2017 11:08:58 +0200 Message-ID: <65331094.Yj0jldVl8I@xps> In-Reply-To: <2383964.bQBCqqHOqo@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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3] doc: add new targets to "make help" output X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Aug 2017 09:09:00 -0000 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