Build Hosted SW without proprietary libraries #337

Merged
muellerr merged 8 commits from build_host_without_proprietary_libs into develop 2023-01-09 16:07:55 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 663fa0f4ac - Show all commits

View File

@ -37,5 +37,5 @@ echo "Running command (without the leading +):"
set -x # Print command
${python} ${cfg_script_name} -o "${os_fsfw}" -g "${build_generator}" -b "debug" -l "${builddir}"
# Use this if commands are added which should not be printed
# set +x
set +x
cd ${root_dir}/${builddir}

View File

@ -35,5 +35,5 @@ echo "Running command (without the leading +):"
set -x # Print command
${python} ${cfg_script_name} -o "${os_fsfw}" -g "${build_generator}" -b "release" -l "${builddir}"
# Use this if commands are added which should not be printed
# set +x
set +x
cd ${root_dir}/${builddir}