numam-dpdk/scripts
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
..
auto-config-h.sh scripts: check features to generate configuration header 2015-02-25 16:06:12 +01:00
check-maintainers.sh scripts: find areas without maintainer 2015-02-09 15:15:04 +01:00
depdirs-rule.sh remove trailing whitespaces 2014-06-11 00:29:34 +02:00
gen-build-mk.sh remove trailing whitespaces 2014-06-11 00:29:34 +02:00
gen-config-h.sh scripts: fix newline in configuration with bsd sed 2014-11-28 17:05:02 +01:00
relpath.sh scripts: fix build in a symlinked directory 2015-05-12 14:13:42 +02:00
test-null.sh scripts: test null forwarding 2015-04-13 22:50:09 +02:00
validate-abi.sh scripts: add ABI checking utility 2015-03-17 22:39:57 +01:00