From mboxrd@z Thu Jan 1 00:00:00 1970 From: Panu Matilainen Subject: Re: DPDK install behavior Question Date: Mon, 5 Oct 2015 18:33:58 +0300 Message-ID: <56129866.7070208@redhat.com> References: <6594B51DBE477C48AAE23675314E6C460F0DBD69@fmsmsx107.amr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit To: "Arevalo, Mario Alfredo C" , "dev@dpdk.org" , "Richardson, Bruce" Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 8013E91BF for ; Mon, 5 Oct 2015 17:34:01 +0200 (CEST) In-Reply-To: <6594B51DBE477C48AAE23675314E6C460F0DBD69@fmsmsx107.amr.corp.intel.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" On 10/02/2015 07:32 PM, Arevalo, Mario Alfredo C wrote: > Hi, > > Working with the patchset to include new features to make install, > some questions I missed to ask before: > > for example if you use only "make install": > > "T" variable is going to get "*" value and the > makefiles are going to build all TARGETS, > > Is it an expected behavior?, > > and if you use "make install T=TARGET" > (e.g. make install T=x86_64-native-linuxapp-gcc) > the makefiles are going to config, build and install dpdk, > however the target just say "install", and is doing config > and build again. > > is it and expected behavior too?. Lets just say its behaving as documented: http://dpdk.org/doc/guides/prog_guide/dev_kit_root_make_help.html#install-targets Whether one would call it expected behavior is a whole other question, to me what it does is about the last thing I would've expected "make install" to do :) - Panu -