Re: [PATCH 07/12] selftests/nolibc: determine $(srctree) first
From: Willy Tarreau
Date: Sat Aug 03 2024 - 05:40:36 EST
On Sun, Jul 28, 2024 at 12:10:01PM +0200, Thomas Weißschuh wrote:
> Avoid needing relative includes.
I'm not opposed, but what's the benefit ? IMHO relative paths are
generally more flexible and robust. you could imagine a completely
made up example in which you have a symlink to selftests/nolibc in
your home dir, which works perfectly with relative paths when you
cd into it while it would not anymore with absolute paths (unless
you use cd -P).
Thus if we are decided to lose that flexibility at least it should
be argumented in the commit message.
Thanks,
Willy