From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f41.google.com (mail-wg0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id AC8DA593B for ; Fri, 26 Jul 2013 15:35:47 +0200 (CEST) Received: by mail-wg0-f41.google.com with SMTP id n11so797401wgh.2 for ; Fri, 26 Jul 2013 06:36:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:organization:to:subject:date:user-agent:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id :x-gm-message-state; bh=jUL/M9XLDiFHpblZ2AP/ygkSzc02aNMMF57AF39P8WU=; b=YDqPzT9OSRfNY9jnsWycMQsNnQocs9t95B8kTNny06fMUle7K8uhEoOiMcO2AdAQfd xNXX/e6UIPSZKhwtCNGYrdRm9+Cr9D42RrIsYAEjq0zY9wMLiNbV/Upt0FLWct1QRF3b 4qRfU1nqBf+NxhSpfF0HJAgzhKz19ta/lBtEtj/5UP/7iu0f7bNy7oTD+ospdofFuRXp Iki6Z1mAb8ZMZMgmTOMcbk1dh20VoqPDCiAZ2OE+F8FHHU0SqAoOfInI3cF5xLDkbmeJ QcHR9ExYRBSAo6WTzb0WnclOYhfVj6ASlmPHtVv7DuK66R9BOb3so/PKpSfS1MX2GMhp NpgQ== X-Received: by 10.180.89.101 with SMTP id bn5mr5705813wib.45.1374845770586; Fri, 26 Jul 2013 06:36:10 -0700 (PDT) Received: from angus.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id mb20sm4900389wic.1.2013.07.26.06.36.09 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 26 Jul 2013 06:36:09 -0700 (PDT) From: Thomas Monjalon Organization: 6WIND To: dev@dpdk.org Date: Fri, 26 Jul 2013 15:36:07 +0200 User-Agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201307261536.07687.thomas.monjalon@6wind.com> X-Gm-Message-State: ALoCoQmkPQwby2JPgbschS4abaB+61ORGD9+lLP3auYZVkQBWFDHuFMRk9AeSCjdl4KUW3JJ9Ckq Subject: Re: [dpdk-dev] [PATCH 0/3] real "make install" rule 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: Fri, 26 Jul 2013 13:35:48 -0000 26/07/2013 15:13, Thomas Monjalon : > The current "make install" rule don't install anything. > It builds one or more targets with different configurations. > > These patches allow to install only files needed to build and run a DPDK > appplication. The old behaviour is kept for compatibility and the new > behaviour is a second stage triggered by setting the DESTDIR variable. > > So, the command "make install T=x86_64-default-linuxapp-gcc O=aaa > DESTDIR=bbb" will build in aaa/x86_64-default-linuxapp-gcc/ and install in > bbb/. > > The install directory can then be used as RTE_SDK path to build an > application. all pushed -- Thomas