From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 919F2370 for ; Mon, 18 Jul 2016 16:51:40 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP; 18 Jul 2016 07:51:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,384,1464678000"; d="scan'208";a="1009107542" Received: from smonroyx-mobl.ger.corp.intel.com (HELO [10.237.221.12]) ([10.237.221.12]) by fmsmga001.fm.intel.com with ESMTP; 18 Jul 2016 07:51:39 -0700 To: Thomas Monjalon , Christian Ehrhardt References: <1468847463-107132-1-git-send-email-sergio.gonzalez.monroy@intel.com> <4498343.DmUD2dbAhY@xps13> Cc: dev@dpdk.org, Ferruh Yigit From: Sergio Gonzalez Monroy Message-ID: <212969c4-6d87-f936-cbc4-ce647ef5f323@intel.com> Date: Mon, 18 Jul 2016 15:51:37 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <4498343.DmUD2dbAhY@xps13> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] mk: fix FreeBSD build X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2016 14:51:41 -0000 On 18/07/2016 15:07, Thomas Monjalon wrote: > 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? I would agree. So v2 using temp var instead? Sergio