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 DE3E35683 for ; Wed, 2 Dec 2015 10:47:06 +0100 (CET) Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 015358E221; Wed, 2 Dec 2015 09:47:05 +0000 (UTC) Received: from sopuli.koti.laiskiainen.org (vpn1-7-93.ams2.redhat.com [10.36.7.93]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id tB29l4YD032331; Wed, 2 Dec 2015 04:47:04 -0500 To: Thomas Monjalon References: <1449028676-19232-1-git-send-email-thomas.monjalon@6wind.com> <565EA15A.1080902@redhat.com> <4473021.fPPR1HZVLV@xps13> From: Panu Matilainen Message-ID: <565EBE17.9010400@redhat.com> Date: Wed, 2 Dec 2015 11:47:03 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <4473021.fPPR1HZVLV@xps13> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 00/10] standard make install 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: Wed, 02 Dec 2015 09:47:07 -0000 On 12/02/2015 11:25 AM, Thomas Monjalon wrote: > 2015-12-02 09:44, Panu Matilainen: >> That aside, a bigger problem is that it doesn't seem to work. >> >> make clean >> make config T=x86_64-native-linuxapp-gcc >> make >> make install DESTDIR=/tmp/dpdk-root > > Oh, I forgot to test the simple case where O= is not specified! > > It should be fixed with this change: > Okay, that helped a bunch :) Now that I can actually test it, seems mostly ok to me. As for the rest, I'll comment on the specific patches. - Panu -