From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/3] mk: rule showconfigs for configs listing Date: Fri, 17 May 2013 16:53:24 +0200 Message-ID: <201305171653.24297.thomas.monjalon@6wind.com> References: <43533094849ffdacde83cad14c59364caa39d595.1367939814.git.thomas.monjalon@6wind.com> <5195F2F2.60107@6wind.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Olivier MATZ Return-path: In-Reply-To: <5195F2F2.60107-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 17/05/2013 11:05, Olivier MATZ : > I wonder if this new rule is really needed: I think you can already > do a "make config" without argument to list the supported > configurations. Yes it is needed because "make config" adds an error comment. But I could refactor this patch to use "make showconfigs" in "make config". -- Thomas