From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 6F52A9AD8 for ; Fri, 20 May 2016 07:24:23 +0200 (CEST) Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 8A1EE4944D; Fri, 20 May 2016 05:24:22 +0000 (UTC) Received: from sopuli.koti.laiskiainen.org (vpn1-6-156.ams2.redhat.com [10.36.6.156]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u4K5OLcF014081; Fri, 20 May 2016 01:24:21 -0400 To: Thomas Monjalon References: <1463681140-31955-1-git-send-email-thomas.monjalon@6wind.com> Cc: dev@dpdk.org, Ferruh Yigit From: Panu Matilainen Message-ID: <44880e8c-b2ea-ef80-dee5-8cddd90329d0@redhat.com> Date: Fri, 20 May 2016 08:24:20 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <1463681140-31955-1-git-send-email-thomas.monjalon@6wind.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Fri, 20 May 2016 05:24:22 +0000 (UTC) Subject: Re: [dpdk-dev] [PATCH] scripts: remove unused map files merger 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: Fri, 20 May 2016 05:24:23 -0000 On 05/19/2016 09:05 PM, Thomas Monjalon wrote: > This script was forgotten when dropping the combined library. > > Fixes: 948fd64befc3 ("mk: replace the combined library with a linker script") > > Signed-off-by: Thomas Monjalon > --- I haven't even noticed there was such a script :) Thanks for spotting. Acked-by: Panu Matilainen - Panu -