Go to file
Olivier Matz 8c0eca54cd scripts: fix build in a symlinked directory
The script relpath.sh returns the relative path of the first directory
from the second directory. It is used to generate relative symlinks,
which can be useful if the build directory is embedded in the dpdk
directory: the whole dpdk can be moved without breaking the links,
which is helpful for an installation.

In case the build directory is a symlink, the script was not generating
the proper relative path. Fix this by calling "readlink -f" on the
arguments.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Tested-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
2015-05-12 14:13:42 +02:00
app apps: fix default mbuf size 2015-05-11 15:51:14 +02:00
config enic: disable debug traces 2015-04-13 21:48:27 +02:00
doc doc: link doxygen api to source code 2015-04-29 18:34:58 +02:00
examples examples/vhost: fix build with debug enabled 2015-05-11 19:46:24 +02:00
lib pcap: fix storage of name and type in queues 2015-05-12 12:18:33 +02:00
mk mk: fix build with gcc 4.4 and clang 2015-04-20 14:37:22 +02:00
pkg version: 2.0.0 2015-04-03 16:13:45 +02:00
scripts scripts: fix build in a symlinked directory 2015-05-12 14:13:42 +02:00
tools tools: fix vfio support 2015-03-23 14:29:31 +01:00
.gitignore init DPDK repository 2013-03-07 10:57:42 +01:00
GNUmakefile scripts: remove useless build tools 2015-03-10 17:55:25 +01:00
LICENSE.GPL doc: GPL/LGPL licenses 2013-07-25 14:43:06 +02:00
LICENSE.LGPL doc: fix file format (dos to unix) 2013-09-06 11:43:07 +02:00
MAINTAINERS scripts: test null forwarding 2015-04-13 22:50:09 +02:00
Makefile remove trailing whitespaces 2014-06-11 00:29:34 +02:00