tree-wide: replace realpath with readlink -f
authorAdrian Szyndela <adrian.s@samsung.com>
Thu, 5 Mar 2020 08:12:59 +0000 (09:12 +0100)
committerAdrian Szyndela <adrian.s@samsung.com>
Thu, 26 Mar 2020 15:35:40 +0000 (16:35 +0100)
commitc137ae3b039a6315b067deaa3548e483bda32637
tree610d3da9e6ab83098da7b77352a6b0e1b1ecfe1c
parent2b93f4fa06d342f89d4b5fb89578abb531ed2b9c
tree-wide: replace realpath with readlink -f

Tizen's coreutils doesn't include 'realpath' utility, which was
introduced in coreutils 8.15. However, Tizen's coreutils includes 'readlink'
utility, which is very close to 'realpath' if called with '-f' param.

Change-Id: I08b6ed68fc6bf0c384b599f4de3724724345d5c7
mkosi.build
src/boot/efi/meson.build
test/test-functions
tools/find-build-dir.sh