From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/3] real "make install" rule Date: Fri, 26 Jul 2013 15:36:07 +0200 Message-ID: <201307261536.07687.thomas.monjalon@6wind.com> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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