Skip to content
Snippets Groups Projects
Commit 51b5fcd4 authored by Frédéric Leroy's avatar Frédéric Leroy
Browse files

build_helper: tell where the log will be written in compilations()

build_helper exits early on error. compilations() tells where the
compilation logs can be found after compiling it. So in case of error, it
was never displayed.
Add a log info before compiling
parent 34801af9
No related branches found
No related tags found
No related merge requests found
......@@ -109,6 +109,7 @@ clean_all_files() {
compilations() {
cd $OPENAIR_DIR/cmake_targets/$1/build
echo_info "Log file for compilation written in: $dlog/$2.$REL.txt"
{
rm -f $3
if [ "$VERBOSE_COMPILE" == "1" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment