From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-x230.google.com (mail-we0-x230.google.com [IPv6:2a00:1450:400c:c03::230]) by dpdk.org (Postfix) with ESMTP id E1344684A for ; Fri, 17 May 2013 17:20:29 +0200 (CEST) Received: by mail-we0-f176.google.com with SMTP id p58so473812wes.7 for ; Fri, 17 May 2013 08:20:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:organization:to:subject:date:user-agent:cc :references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id:x-gm-message-state; bh=MBSUj6io20kvFfIw7Vz6VY7BFMEMgrDZVS2SW5NF/Ks=; b=JTig0d6f2KwBJSHsQm2sSQffarMxTbnBGOtcbeSeFKvriK2sgnhjVevK1UVVbTSGlz bFFhnFNKr+2gi9g2/l1B8QkZzBpzS9v6YejaPkz0eBIV+mj2lCVtOmy4ZDK7R5LOmznn MGVBZGvvSI5evXYiszPlMIVAD1OhTfs6IVTeVW5BFr+cjsWoXCCNnMi+zjbAx2vDbuYG tDQa2D/JHl/H+OaB2vkRT2K28zlT2jysxbpX2JRwt3ndYTsCA7xu8OOT1Ry4lWMUs4iM ba7waIi6GRp9U21oxRChorSE0PRzUXg7s7l7Rc3wJ6h5xFhOm1mzLUIegbHHzBIozySL IcYg== X-Received: by 10.180.188.141 with SMTP id ga13mr35325469wic.9.1368804032719; Fri, 17 May 2013 08:20:32 -0700 (PDT) Received: from angus.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id ay7sm10100008wib.9.2013.05.17.08.20.29 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 17 May 2013 08:20:31 -0700 (PDT) From: Thomas Monjalon Organization: 6WIND To: dev@dpdk.org Date: Fri, 17 May 2013 17:20:31 +0200 User-Agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; ) References: <5195F303.2080004@6wind.com> In-Reply-To: <5195F303.2080004@6wind.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201305171720.31669.thomas.monjalon@6wind.com> X-Gm-Message-State: ALoCoQkEWoluCzDZizZ/VYm7ksyCmn9xZOTtvuNhprx+FRBc9QqQkGO03nl93v4BzMbpF1Nd4VNz Subject: Re: [dpdk-dev] [PATCH 2/3] doc: how to build X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 May 2013 15:20:30 -0000 17/05/2013 11:06, Olivier MATZ : > On 05/07/2013 05:17 PM, Thomas Monjalon wrote: > > +Build options > > + T target template (install default: *) - used with config or install > > + O output directory (default: build/) - cannot be used with install > > + V verbose > > + D debug dependencies > > + CROSS toolchain prefix > > + EXTRA_CPPFLAGS preprocessor options > > + EXTRA_CFLAGS compiler options > > + EXTRA_LDFLAGS linker options > > What do you think of replacing "Build options" by "Build variables" ? OK > I think it is not obvious that we have to use V=1 for instance for > a verbose build. Is it sufficient to change to "Build variables" ? I could add "(level number, default: 0)" but, in fact, there is only 2 levels: empty or any value in V/D variables. > > +Build targets > > + format: > > + templates in config/defconfig_*: > > + # make showconfigs > > About the "build targets", I suggest to include it in the help of T > variable. What do you think ? It is a whole subject described on several lines. I think it's clearer to have a dedicated section. -- Thomas