From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 00/10] standard make install Date: Wed, 02 Dec 2015 11:07:03 +0100 Message-ID: <4275136.yGZDtAXzUc@xps13> References: <1449028676-19232-1-git-send-email-thomas.monjalon@6wind.com> <4473021.fPPR1HZVLV@xps13> <565EBE17.9010400@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Panu Matilainen Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id B2EF08D86 for ; Wed, 2 Dec 2015 11:08:13 +0100 (CET) Received: by wmww144 with SMTP id w144so49704962wmw.0 for ; Wed, 02 Dec 2015 02:08:13 -0800 (PST) In-Reply-To: <565EBE17.9010400@redhat.com> 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" 2015-12-02 11:47, Panu Matilainen: > 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. OK thanks :)