From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 96D794F96 for ; Mon, 12 Mar 2018 16:06:34 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Mar 2018 08:06:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,461,1515484800"; d="scan'208";a="23806652" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.36]) by fmsmga008.fm.intel.com with SMTP; 12 Mar 2018 08:06:31 -0700 Received: by (sSMTP sendmail emulation); Mon, 12 Mar 2018 15:06:31 +0000 Date: Mon, 12 Mar 2018 15:06:30 +0000 From: Bruce Richardson To: dev@dpdk.org Message-ID: <20180312150630.GA14228@bricha3-MOBL3.ger.corp.intel.com> References: <20180216165336.153079-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180216165336.153079-1-bruce.richardson@intel.com> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.9.3 (2018-01-21) Subject: Re: [dpdk-dev] [PATCH 0/3] generalize builds apps using meson 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: , X-List-Received-Date: Mon, 12 Mar 2018 15:06:35 -0000 On Fri, Feb 16, 2018 at 04:53:33PM +0000, Bruce Richardson wrote: > Put the building of the apps into a foreach loop as is done with the libs > and drivers in the DPDK meson build. This will reduce the path needed to > call the compiled binaries in the build directory by one level, while the > main benefit is reduced code duplication between the different apps. > > Bruce Richardson (3): > app: generalize building of apps using meson > app/proc_info: rename folder to remove underscore > app: add all remaining apps to meson build > Series applied to dpdk-next-build /Bruce