From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mk: add missing scripts directory in install directory Date: Fri, 16 May 2014 16:32:34 +0200 Message-ID: <1654095.V3XWpuZgTo@xps13> References: <1399642261-19763-1-git-send-email-david.marchand@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: David Marchand Return-path: In-Reply-To: <1399642261-19763-1-git-send-email-david.marchand-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> 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" 2014-05-09 15:31, David Marchand: > Trying to install headers for an external library using DPDK exported > makefile rte.extshared.mk results in following error : > > $ cd dpdk > $ make install DESTDIR=/home/marchand/myapp/staging/plop > T=x86_64-default-linuxapp-gcc $ cd ~/myapp > $ make RTE_SDK=/home/marchand/myapp/staging/plop > RTE_TARGET=x86_64-default-linuxapp-gcc CC plop.o > LD plop.so > SYMLINK-FILE include/plop.h > /bin/sh: > /home/marchand/myapp/staging/plop/scripts/relpath.sh: No such file or > directory ln: `/home/marchand/myapp/build/include' and `./include' are the > same file make[1]: *** [/home/marchand/myapp/build/include/plop.h] Error 1 > make: *** [all] Error 2 > > This comes from the fact that DPDK only installs its mk/ directory while > some makefiles require the scripts/ directory content as well. > > So install missing files from scripts/. > > Signed-off-by: David Marchand Acked-by: Thomas Monjalon Applied for version 1.7.0. -- Thomas