From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-x22f.google.com (mail-we0-x22f.google.com [IPv6:2a00:1450:400c:c03::22f]) by dpdk.org (Postfix) with ESMTP id CF70430E for ; Wed, 29 May 2013 00:15:29 +0200 (CEST) Received: by mail-we0-f175.google.com with SMTP id p60so5876763wes.34 for ; Tue, 28 May 2013 15:15:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=yIqYqmFw/Y7OngJZycic7rkOqnZ8c7LzNh6HMosQE0o=; b=mSTcVt1DSq+ZZ14FVnpm75oyyFMKW+56Jrk4nB3VF0uVVn8EqumkWTGFGd2MA/sQmz CR4Iww3EFImKP4FNzAypaaYXj0KznTjqaYHRzsfPGudMFaI86hZBoAS70T10nX6c7Ca7 wjEI5Ja0Lx1wlJkYpcUIyHK5PQzl73HLxjP79oJt963zb/OATaF7xpeM6xXcIZgtL2NL RLM+oDGCTTSdDLGo+zCemmH+bDq50mSGdKLcQUqJfAMebIDxF0JbOsk7WaI61FdNgFyI E1fwnuIlKl4blW3uGEdlj5TgunYlvMj3EmchqgNLfI8FaRRlahWz/5Dw2qu0NVvY/fo6 pVog== X-Received: by 10.180.20.177 with SMTP id o17mr13522069wie.52.1369779335281; Tue, 28 May 2013 15:15:35 -0700 (PDT) Received: from 6wind.com (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id eq15sm27323739wic.4.2013.05.28.15.15.32 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 28 May 2013 15:15:33 -0700 (PDT) Received: by 6wind.com (sSMTP sendmail emulation); Wed, 29 May 2013 00:15:35 +0200 From: Thomas Monjalon To: dev@dpdk.org Date: Wed, 29 May 2013 00:15:32 +0200 Message-Id: X-Mailer: git-send-email 1.7.10.4 In-Reply-To: References: X-Gm-Message-State: ALoCoQmyqQthYv+L8LvkR2FhokFbZGCGf5N1dDFTI8dX1VAOkoFufj+lHw91fuGzlCJK4/Fck8/S Subject: [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: Tue, 28 May 2013 22:15:30 -0000 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 --- Thomas Monjalon (3): doc: how to build mk: rule showconfigs for configs listing mk: rule help doc/build-sdk-quick.txt | 20 ++++++++++++++++++++ mk/rte.sdkconfig.mk | 12 +++++++----- mk/rte.sdkdoc.mk | 5 +++++ mk/rte.sdkroot.mk | 7 ++++--- 4 files changed, 36 insertions(+), 8 deletions(-) create mode 100644 doc/build-sdk-quick.txt -- 1.7.10.4