From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-x229.google.com (mail-we0-x229.google.com [IPv6:2a00:1450:400c:c03::229]) by dpdk.org (Postfix) with ESMTP id 28F3130E for ; Thu, 30 May 2013 16:54:57 +0200 (CEST) Received: by mail-we0-f169.google.com with SMTP id q55so344927wes.0 for ; Thu, 30 May 2013 07:55:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding :x-gm-message-state; bh=f4UcHKGdx/URCI1DJVLJ6UfF/6Jdj85w/HtmJ9Ek5F4=; b=OhS5hojCGPglMPjmPY+wlDSSKlo/VsTBdukCJe4BWa2fuVwQ9vxSzxGvRFIqEJt/eL aAmtGPdkJtffyfjNaMChlETC2AVuwbjQDxA1siaYjOPYhvqqKwKnv+tgg78I8NANfolX RwBPcCbes1pvrL9G9oXo8JjCHFjfEmrwlHJoTcjUrSROa4LuqNqeU+tPd75wSrSOdxPN oxSonnwtl4N0614oYnRH4QLAxu5RNQG6dQmjJDl35xrZUl0jL5FS9h0zapb5O2PrKut/ yoL4arNhIWk1c88vFRSaJeBnVOUK8UOMQzdFSQaBM48Bj3b8FygzYTSRa1MiOVOusa96 0LMQ== X-Received: by 10.194.179.102 with SMTP id df6mr5108849wjc.42.1369925703159; Thu, 30 May 2013 07:55:03 -0700 (PDT) Received: from [10.16.0.195] (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by mx.google.com with ESMTPSA id w8sm42989867wiz.0.2013.05.30.07.55.01 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 30 May 2013 07:55:02 -0700 (PDT) Message-ID: <51A76848.6010902@6wind.com> Date: Thu, 30 May 2013 16:55:04 +0200 From: Olivier MATZ User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.6esrpre) Gecko/20120817 Icedove/10.0.6 MIME-Version: 1.0 To: Thomas Monjalon References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQlnUZZOKgkAHR7BscuF1DT6dL568EcUPscfUE/xajnevgBh2xca6tFgdo4sRuSM09Z7cMsg Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2 0/3] make help 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: Thu, 30 May 2013 14:54:57 -0000 Hi Thomas, On 05/29/2013 12:15 AM, Thomas Monjalon wrote: > Let's add help for building DPDK. > > changes since v1: (Olivier's review) > - reword/reorganize help > - reuse "showconfigs" in "config" > - no magic sed to call "make showconfigs" in help Looks good to me ! Thank you for taking the comments in account. Olivier