[dpdk-dev] [PATCH] scripts: fix relpath.sh output when $prefix is set in environment

2015-12-11 Thread Panu Matilainen
When relpath.sh is called from install target with prefix set, eg "make install DESTDIR=/tmp/dpdk-root prefix=/usr", the prefix from the environment leaks to relpath.sh internal helper variable and causes incorrect symlinks to be generated in sdk $(targetdir): include -> /usr../../../include/dp

[dpdk-dev] [PATCH] scripts: fix relpath.sh output when $prefix is set in environment

2015-12-11 Thread Thomas Monjalon
2015-12-11 14:44, Panu Matilainen: > When relpath.sh is called from install target with prefix set, eg > "make install DESTDIR=/tmp/dpdk-root prefix=/usr", the prefix > from the environment leaks to relpath.sh internal helper variable and > causes incorrect symlinks to be generated in sdk $(targetd