From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=P++mIwov+QYywITlHNzK5oRW3O9SSDCDzjnX7uS6/Tw=; b=v12fUsHy/yQIbSYEQQAVlqJ+0tEe1fuICEcSHC45hdhT00VXV5ZfWtfhgRkSG/6yuS JxMO52jwJMjF1Q76gV9p3VsEb/J6/AkUWETSum1ZEp+lPSb6jaePnJpaSSARYDy74BEH /Cfkktbl83tal6nIzsKHW+T3TrY30yHZacrgyhaP0OnmhOFlW41REX89/R/FJTIDaS+w CafU0AclzpBG5djX5Da69B2Hyv6layMNBKJiZYMOLwinrWctOqJwiAe+H2mb1g1iwr1G ddcA84ErWjHM+0CSgAh76a3bactN70EPamxgwW0OmTOUNmk0EGH1/8oGb0+1qXkIzXlD whbA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=P++mIwov+QYywITlHNzK5oRW3O9SSDCDzjnX7uS6/Tw=; b=QnAD4hRoL3C8zm3Xttt7Vg07ve8I0gF4LaUCqJ+jp8tdO20we83gt1L0OkrhrY2EtU NMtRKXdoh5HOciTkLblj4qWO3eWX++WdpHfdXqpKE9uK8f/21mUrUVsG7PiXsCJ5patr 6mQhIlSCEOzA2POPdiNVd+5QD0HBonCBmGThMqxtCRvJCFYApvLVaZVq5/06bhTGBwf3 ojYre9uzrR0If9l8872ZKgX2H9bJUndX26wdG49vsY+sHUSVkF1NQPpLNacNlbT8mAOv mFUPEG3Kba5z8S5bLG/a8FE2mtOs1GYNN0rio45sDFWXPV0m57C/gvYjOiniaPdyElAZ cDNw== X-Gm-Message-State: ALoCoQmc+cmCC+4cWCwXhyKtQT0B2BCYhemz7dFwwJ0Aid9ZzaoxBgiPGf3719nO92Q/JWqxMOLw X-Received: by 10.28.187.4 with SMTP id l4mr42143455wmf.33.1449050893379; Wed, 02 Dec 2015 02:08:13 -0800 (PST) Received: from xps13.localnet ([93.158.59.0]) by smtp.gmail.com with ESMTPSA id h67sm29957374wmf.17.2015.12.02.02.08.12 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 02 Dec 2015 02:08:12 -0800 (PST) From: Thomas Monjalon To: Panu Matilainen Date: Wed, 02 Dec 2015 11:07:03 +0100 Message-ID: <4275136.yGZDtAXzUc@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <565EBE17.9010400@redhat.com> References: <1449028676-19232-1-git-send-email-thomas.monjalon@6wind.com> <4473021.fPPR1HZVLV@xps13> <565EBE17.9010400@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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 10:08:13 -0000 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 :)