From mboxrd@z Thu Jan 1 00:00:00 1970 From: Panu Matilainen Subject: Re: [PATCH 00/10] standard make install Date: Wed, 2 Dec 2015 11:47:03 +0200 Message-ID: <565EBE17.9010400@redhat.com> References: <1449028676-19232-1-git-send-email-thomas.monjalon@6wind.com> <565EA15A.1080902@redhat.com> <4473021.fPPR1HZVLV@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Thomas Monjalon 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) In-Reply-To: <4473021.fPPR1HZVLV@xps13> 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" 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 -