From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [RFC PATCH 0/6] change legacy linuxapp/bsdapp names Date: Tue, 12 Mar 2019 23:13:29 +0100 Message-ID: <19421689.NtES9yoMkj@xps> References: <20190306162242.65375-1-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Bruce Richardson Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id E33184C8E for ; Tue, 12 Mar 2019 23:13:31 +0100 (CET) In-Reply-To: <20190306162242.65375-1-bruce.richardson@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > Bruce Richardson (6): > eal/bsdapp: rename to freebsd > eal/linuxapp: rename to linux > build/linux: rename macro from LINUXAPP to LINUX > build/freebsd: rename macro from BSDPAPP to FREEBSD > build/meson: change linuxapp to linux in meson cross files > build: allow linux and freebsd in build configs Applied, thanks