From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mk: fix FreeBSD build Date: Mon, 18 Jul 2016 16:07:15 +0200 Message-ID: <4498343.DmUD2dbAhY@xps13> References: <1468847463-107132-1-git-send-email-sergio.gonzalez.monroy@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Sergio Gonzalez Monroy , dev@dpdk.org, Ferruh Yigit To: Christian Ehrhardt Return-path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 8EEEB2C69 for ; Mon, 18 Jul 2016 16:07:17 +0200 (CEST) Received: by mail-wm0-f48.google.com with SMTP id i5so118559501wmg.0 for ; Mon, 18 Jul 2016 07:07:17 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-07-18 15:54, Christian Ehrhardt: > Hi Sergio, > you might have seen that I had a similar version with awk in v2 IIRC. I > also had the secondary tmp file just like you now. > So, since it is so close to my old submission I wont object :-) > > Back then the discussion went for reduced build time dependencies and > avoiding a second temp file, which was ok for me - so sed was chosen. I don't see "awk" as a real dependency. I think it is as much common as "sed". Isn't it?