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: Wed, 13 Mar 2019 14:59:08 +0100 Message-ID: <2347388.E9kf87BXsl@xps> References: <20190306162242.65375-1-bruce.richardson@intel.com> <19421689.NtES9yoMkj@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Bruce Richardson , dev@dpdk.org To: Ferruh Yigit Return-path: Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id 4A181239 for ; Wed, 13 Mar 2019 14:59:12 +0100 (CET) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 13/03/2019 14:41, Ferruh Yigit: > On 3/12/2019 10:13 PM, Thomas Monjalon wrote: > >> 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 > > This has potential to break some automation/scripts since changes the names of > the config files: > 'make T=x86_64-native-linuxapp-gcc config' becomes > 'make T=x86_64-native-linux-gcc config' etc... > > I suggest highlighting this change in release notes! No, the old names should still work. Otherwise, it would be an API breakage, which is very bad!