devtools: fix build test on FreeBSD
authorBruce Richardson <bruce.richardson@intel.com>
Mon, 25 Feb 2019 15:40:01 +0000 (15:40 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 26 Feb 2019 16:43:36 +0000 (17:43 +0100)
commit3655096fb1dee33ce1e1f63da7b8b3b0c3aa3c2d
tree60e1e5f34e5b170dff7d5cc1059c06d010c56488
parent27a559cfe1c72852fc6ea9f33a151896baeae743
devtools: fix build test on FreeBSD

readlink option "-m" is not supported on FreeBSD (checked on BSD 11),
so change to the largely-equivalent "-f" flag.

Fixes: a55277a788df ("devtools: add test script for meson builds")
Cc: stable@dpdk.org
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
devtools/test-meson-builds.sh