[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Management for relative paths in global build parameters
From: |
SF Markus Elfring |
Subject: |
Re: Management for relative paths in global build parameters |
Date: |
Thu, 8 Jun 2017 09:54:55 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 |
> Relative paths are fine when including makefiles from sub-directories.
> What matters is that targets use *consistent* paths.
Thanks for your feedback.
I would like to clarify dependencies for other build system details a bit more.
> This assumes your make system is non-recursive, of course.
I am more interested in consequences around recursive make scripts.
It seems to be simple to ensure access to an included file from a well-known
level
in the directory hierarchy.
But how do you think about the usual case that the build configuration contains
also a bit of input data where relative paths are provided.
How would you try to construct the desired referential integrity for involved
subdirectories then?
Regards,
Markus