From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 03889A05D3 for ; Tue, 21 May 2019 00:05:58 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 118D0152A; Tue, 21 May 2019 00:05:57 +0200 (CEST) Received: from wout5-smtp.messagingengine.com (wout5-smtp.messagingengine.com [64.147.123.21]) by dpdk.org (Postfix) with ESMTP id 27E8611C5 for ; Tue, 21 May 2019 00:05:55 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id BF2A7619; Mon, 20 May 2019 17:59:21 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 20 May 2019 17:59:22 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=Ytys+F8uPaRcgBBIvN0vLisnT7SQf/vrDqpyc6gTJPk=; b=CW5I/APD4hr+ VtrhfD6uHbX9zNZGmqsQH8eZ/bJn5xRWDp+6Am2c2s18Xa1JgYMv7sbrUN4i87Cr tHNHGpuPPXw+54KFOYY7TVulPObJ9Pv7I0/ZcYLYPOdswyk6q/hKEM08LXG6v8pv rmjZqRuuuHi9UzijqWkYRCHBt8JhRb4= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=Ytys+F8uPaRcgBBIvN0vLisnT7SQf/vrDqpyc6gTJ Pk=; b=SID88dEYGgNgALdMCs1XsLKm1RWoPQRdMsOlCJz+kp3BnuiY7EXwZDztH GzRRZNgf+hA3FfShqT6+18QwWSXBbbJ8Fmy9FgMaqQ7+oDBQvfufr52ZYvSzWFGw Sf5H5dve6sQXSVNC0HCPURvgbTPGqHZWi1bwEK6T+u4nS1oRCpP5Wp8zC2UC969U TePDLzfkTb2vhpZN8mjy25ThooykLfXKXp2QRW5e3hJCRnDDIDJz8Ky3Nh10wK8n bejfSb9hFy+f6HYStLtsmicHYOUkn7APmei1kb37iKu5ffE6XX8GhUgpujTvzOSY TEvk4YVdqbEPsQgNbmYQgquKSDCpQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddruddtledgtdegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 47AFE8005A; Mon, 20 May 2019 17:59:20 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org, Luca Boccassi Date: Mon, 20 May 2019 23:59:19 +0200 Message-ID: <2543916.iDqAq1di2h@xps> In-Reply-To: <6ab4a7fd74ac27135be52c736ee216b9636aecca.camel@debian.org> References: <20190517114613.7027-1-bruce.richardson@intel.com> <20190517120231.15898-1-bruce.richardson@intel.com> <6ab4a7fd74ac27135be52c736ee216b9636aecca.camel@debian.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3 0/3] Fixes for building examples X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 17/05/2019 15:12, Luca Boccassi: > On Fri, 2019-05-17 at 13:02 +0100, Bruce Richardson wrote: > > A small set of fixes for building examples, that was previously part > > of > > the larger set, but pulled out separately for easier apply. > > > > V3: changed patch 1, to properly quit processing examples/meson.build > > if the examples list was empty. > > > > Bruce Richardson (3): > > examples: fix install of sample apps if setting not provided > > examples: remove auto-generation of examples list > > examples: fix make clean when using pkg-config for building > > Series-acked-by: Luca Boccassi Applied, thanks