From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gabriel Carrillo Subject: [PATCH v3] doc: add new targets to "make help" output Date: Fri, 7 Jul 2017 12:09:59 -0500 Message-ID: <1499447399-9467-1-git-send-email-erik.g.carrillo@intel.com> References: <1496699017-98327-1-git-send-email-erik.g.carrillo@intel.com> Cc: dev@dpdk.org To: thomas@monjalon.net Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id F1A93374 for ; Fri, 7 Jul 2017 19:10:12 +0200 (CEST) In-Reply-To: <1496699017-98327-1-git-send-email-erik.g.carrillo@intel.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" 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 --- v3: * Updated formatting. doc/build-sdk-quick.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/build-sdk-quick.txt b/doc/build-sdk-quick.txt index 8d41052..3507220 100644 --- a/doc/build-sdk-quick.txt +++ b/doc/build-sdk-quick.txt @@ -11,6 +11,8 @@ Build commands examples_clean clean examples for given targets (T=) test compile tests and run basic unit tests test-* run specific subset of unit tests + tags|gtags T= generate tags/gtags for given targets (T=) + cscope T= generate cscope database for given targets (T=) Build variables EXTRA_CPPFLAGS preprocessor options EXTRA_CFLAGS compiler options -- 2.6.4