On 28/11/2022 13:34, Beata Michalska wrote:
- LTP_BUILD - location for the out-of-tree build (generated automatically)
"generated automatically" is not very clear, do you mean that the whole path is created if necessary?
Would 'generated by the LTP build script' read better ? And yes (from build.sh):
configure_out_tree() { mkdir -p $BUILD_DIR cd $BUILD_DIR ... }
Alright if this refers to the `mkdir -p` then I suggest rephrasing along the lines of "out-of-tree build directory (created if needed)".
Kevin