updated all build scripts
This commit is contained in:
parent
4f132a2643
commit
0e0c4646b5
@ -1,17 +1,18 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
counter=0
|
counter=0
|
||||||
|
cfg_script_name="cmake-build-cfg.py"
|
||||||
while [ ${counter} -lt 5 ]
|
while [ ${counter} -lt 5 ]
|
||||||
do
|
do
|
||||||
cd ..
|
cd ..
|
||||||
if [ -f "cmake_build_config.py" ];then
|
if [ -f ${cfg_script_name} ];then
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
counter=$((counter=counter + 1))
|
counter=$((counter=counter + 1))
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ "${counter}" -ge 5 ];then
|
if [ "${counter}" -ge 5 ];then
|
||||||
echo "cmake_build_config.py not found in upper directories!"
|
echo "${cfg_script_name} not found in upper directories!"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
os_fsfw="linux"
|
os_fsfw="linux"
|
||||||
@ -30,6 +31,6 @@ fi
|
|||||||
|
|
||||||
echo "Running command (without the leading +):"
|
echo "Running command (without the leading +):"
|
||||||
set -x # Print command
|
set -x # Print command
|
||||||
python3 cmake_build_config.py -o "${os_fsfw}" -g "${build_generator}" -b "debug" -t "${tgt_bsp}" \
|
${python} ${cfg_script_name} -o "${os_fsfw}" -g "${build_generator}" -b "debug" -t "${tgt_bsp}" \
|
||||||
-l "${builddir}" -d "${defines}"
|
-l "${builddir}" -d "${defines}"
|
||||||
# set +x
|
# set +x
|
@ -1,17 +1,18 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
counter=0
|
counter=0
|
||||||
|
cfg_script_name="cmake-build-cfg.py"
|
||||||
while [ ${counter} -lt 5 ]
|
while [ ${counter} -lt 5 ]
|
||||||
do
|
do
|
||||||
cd ..
|
cd ..
|
||||||
if [ -f "cmake_build_config.py" ];then
|
if [ -f ${cfg_script_name} ];then
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
counter=$((counter=counter + 1))
|
counter=$((counter=counter + 1))
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ "${counter}" -ge 5 ];then
|
if [ "${counter}" -ge 5 ];then
|
||||||
echo "cmake_build_config.py not found in upper directories!"
|
echo "${cfg_script_name} not found in upper directories!"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
os_fsfw="linux"
|
os_fsfw="linux"
|
||||||
@ -30,6 +31,6 @@ fi
|
|||||||
|
|
||||||
echo "Running command (without the leading +):"
|
echo "Running command (without the leading +):"
|
||||||
set -x # Print command
|
set -x # Print command
|
||||||
python3 cmake_build_config.py -o "${os_fsfw}" -g "${build_generator}" -b "debug" -t "${tgt_bsp}" \
|
${python} ${cfg_script_name} -o "${os_fsfw}" -g "${build_generator}" -b "debug" -t "${tgt_bsp}" \
|
||||||
-l "${builddir}" -d "${defines}"
|
-l "${builddir}" -d "${defines}"
|
||||||
# set +x
|
# set +x
|
@ -1,17 +1,18 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
counter=0
|
counter=0
|
||||||
|
cfg_script_name="cmake-build-cfg.py"
|
||||||
while [ ${counter} -lt 5 ]
|
while [ ${counter} -lt 5 ]
|
||||||
do
|
do
|
||||||
cd ..
|
cd ..
|
||||||
if [ -f "cmake_build_config.py" ];then
|
if [ -f ${cfg_script_name} ];then
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
counter=$((counter=counter + 1))
|
counter=$((counter=counter + 1))
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ "${counter}" -ge 5 ];then
|
if [ "${counter}" -ge 5 ];then
|
||||||
echo "cmake_build_config.py not found in upper directories!"
|
echo "${cfg_script_name} not found in upper directories!"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
os_fsfw="linux"
|
os_fsfw="linux"
|
||||||
@ -30,6 +31,6 @@ fi
|
|||||||
|
|
||||||
echo "Running command (without the leading +):"
|
echo "Running command (without the leading +):"
|
||||||
set -x # Print command
|
set -x # Print command
|
||||||
python3 cmake_build_config.py -o "${os_fsfw}" -g "${build_generator}" -b "release" -t "${tgt_bsp}" \
|
${python} ${cfg_script_name} -o "${os_fsfw}" -g "${build_generator}" -b "release" -t "${tgt_bsp}" \
|
||||||
-l "${builddir}" -d "${defines}"
|
-l "${builddir}" -d "${defines}"
|
||||||
# set +x
|
# set +x
|
@ -1,17 +1,18 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
counter=0
|
counter=0
|
||||||
|
cfg_script_name="cmake-build-cfg.py"
|
||||||
while [ ${counter} -lt 5 ]
|
while [ ${counter} -lt 5 ]
|
||||||
do
|
do
|
||||||
cd ..
|
cd ..
|
||||||
if [ -f "cmake_build_config.py" ];then
|
if [ -f ${cfg_script_name} ];then
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
counter=$((counter=counter + 1))
|
counter=$((counter=counter + 1))
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ "${counter}" -ge 5 ];then
|
if [ "${counter}" -ge 5 ];then
|
||||||
echo "cmake_build_config.py not found in upper directories!"
|
echo "${cfg_script_name} not found in upper directories!"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
os_fsfw="linux"
|
os_fsfw="linux"
|
||||||
@ -29,6 +30,6 @@ else
|
|||||||
fi
|
fi
|
||||||
echo "Running command (without the leading +):"
|
echo "Running command (without the leading +):"
|
||||||
set -x # Print command
|
set -x # Print command
|
||||||
${python} cmake_build_config.py -o "${os_fsfw}" -g "${build_generator}" -b "debug" -t "${tgt_bsp}" \
|
${python} ${cfg_script_name} -o "${os_fsfw}" -g "${build_generator}" -b "debug" -t "${tgt_bsp}" \
|
||||||
-l "${builddir}" -d "${defines}"
|
-l "${builddir}" -d "${defines}"
|
||||||
# set +x
|
# set +x
|
@ -1,17 +1,18 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
counter=0
|
counter=0
|
||||||
|
cfg_script_name="cmake-build-cfg.py"
|
||||||
while [ ${counter} -lt 5 ]
|
while [ ${counter} -lt 5 ]
|
||||||
do
|
do
|
||||||
cd ..
|
cd ..
|
||||||
if [ -f "cmake_build_config.py" ];then
|
if [ -f ${cfg_script_name} ];then
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
counter=$((counter=counter + 1))
|
counter=$((counter=counter + 1))
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ "${counter}" -ge 5 ];then
|
if [ "${counter}" -ge 5 ];then
|
||||||
echo "cmake_build_config.py not found in upper directories!"
|
echo "${cfg_script_name} not found in upper directories!"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
os_fsfw="linux"
|
os_fsfw="linux"
|
||||||
@ -30,6 +31,6 @@ fi
|
|||||||
|
|
||||||
echo "Running command (without the leading +):"
|
echo "Running command (without the leading +):"
|
||||||
set -x # Print command
|
set -x # Print command
|
||||||
python3 cmake_build_config.py -o "${os_fsfw}" -g "${build_generator}" -b "debug" -t "${tgt_bsp}" \
|
${python} ${cfg_script_name} -o "${os_fsfw}" -g "${build_generator}" -b "debug" -t "${tgt_bsp}" \
|
||||||
-l "${builddir}" -d "${defines}"
|
-l "${builddir}" -d "${defines}"
|
||||||
# set +x
|
# set +x
|
@ -1,17 +1,18 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
counter=0
|
counter=0
|
||||||
|
cfg_script_name="cmake-build-cfg.py"
|
||||||
while [ ${counter} -lt 5 ]
|
while [ ${counter} -lt 5 ]
|
||||||
do
|
do
|
||||||
cd ..
|
cd ..
|
||||||
if [ -f "cmake_build_config.py" ];then
|
if [ -f ${cfg_script_name} ];then
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
counter=$((counter=counter + 1))
|
counter=$((counter=counter + 1))
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ "${counter}" -ge 5 ];then
|
if [ "${counter}" -ge 5 ];then
|
||||||
echo "cmake_build_config.py not found in upper directories!"
|
echo "${cfg_script_name} not found in upper directories!"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
os_fsfw="linux"
|
os_fsfw="linux"
|
||||||
@ -30,6 +31,6 @@ fi
|
|||||||
|
|
||||||
echo "Running command (without the leading +):"
|
echo "Running command (without the leading +):"
|
||||||
set -x # Print command
|
set -x # Print command
|
||||||
python3 cmake_build_config.py -o "${os_fsfw}" -g "${build_generator}" -b "release" -t "${tgt_bsp}" \
|
${python} ${cfg_script_name} -o "${os_fsfw}" -g "${build_generator}" -b "release" -t "${tgt_bsp}" \
|
||||||
-l "${builddir}" -d "${defines}"
|
-l "${builddir}" -d "${defines}"
|
||||||
# set +x
|
# set +x
|
@ -1,17 +1,18 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
counter=0
|
counter=0
|
||||||
|
cfg_script_name="cmake-build-cfg.py"
|
||||||
while [ ${counter} -lt 5 ]
|
while [ ${counter} -lt 5 ]
|
||||||
do
|
do
|
||||||
cd ..
|
cd ..
|
||||||
if [ -f "cmake_build_config.py" ];then
|
if [ -f ${cfg_script_name} ];then
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
counter=$((counter=counter + 1))
|
counter=$((counter=counter + 1))
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ "${counter}" -ge 5 ];then
|
if [ "${counter}" -ge 5 ];then
|
||||||
echo "cmake_build_config.py not found in upper directories!"
|
echo "${cfg_script_name} not found in upper directories!"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
os_fsfw="linux"
|
os_fsfw="linux"
|
||||||
@ -30,6 +31,6 @@ fi
|
|||||||
|
|
||||||
echo "Running command (without the leading +):"
|
echo "Running command (without the leading +):"
|
||||||
set -x # Print command
|
set -x # Print command
|
||||||
python3 cmake_build_config.py -o "${os_fsfw}" -g "${build_generator}" -b "debug" -t "${tgt_bsp}" \
|
${python} ${cfg_script_name} -o "${os_fsfw}" -g "${build_generator}" -b "debug" -t "${tgt_bsp}" \
|
||||||
-l "${builddir}" -d "${defines}"
|
-l "${builddir}" -d "${defines}"
|
||||||
# set +x
|
# set +x
|
@ -1,17 +1,18 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
counter=0
|
counter=0
|
||||||
|
cfg_script_name="cmake-build-cfg.py"
|
||||||
while [ ${counter} -lt 5 ]
|
while [ ${counter} -lt 5 ]
|
||||||
do
|
do
|
||||||
cd ..
|
cd ..
|
||||||
if [ -f "cmake_build_config.py" ];then
|
if [ -f ${cfg_script_name} ];then
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
counter=$((counter=counter + 1))
|
counter=$((counter=counter + 1))
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ "${counter}" -ge 5 ];then
|
if [ "${counter}" -ge 5 ];then
|
||||||
echo "cmake_build_config.py not found in upper directories!"
|
echo "${cfg_script_name} not found in upper directories!"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
os_fsfw="linux"
|
os_fsfw="linux"
|
||||||
@ -30,6 +31,6 @@ fi
|
|||||||
|
|
||||||
echo "Running command (without the leading +):"
|
echo "Running command (without the leading +):"
|
||||||
set -x # Print command
|
set -x # Print command
|
||||||
python3 cmake_build_config.py -o "${os_fsfw}" -g "${build_generator}" -b "release" -t "${tgt_bsp}" \
|
${python} ${cfg_script_name} -o "${os_fsfw}" -g "${build_generator}" -b "release" -t "${tgt_bsp}" \
|
||||||
-l "${builddir}" -d "${defines}"
|
-l "${builddir}" -d "${defines}"
|
||||||
# set +x
|
# set +x
|
@ -1,17 +1,18 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
counter=0
|
counter=0
|
||||||
|
cfg_script_name="cmake-build-cfg.py"
|
||||||
while [ ${counter} -lt 5 ]
|
while [ ${counter} -lt 5 ]
|
||||||
do
|
do
|
||||||
cd ..
|
cd ..
|
||||||
if [ -f "cmake_build_config.py" ];then
|
if [ -f ${cfg_script_name} ];then
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
counter=$((counter=counter + 1))
|
counter=$((counter=counter + 1))
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ "${counter}" -ge 5 ];then
|
if [ "${counter}" -ge 5 ];then
|
||||||
echo "cmake_build_config.py not found in upper directories!"
|
echo "${cfg_script_name} not found in upper directories!"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
os_fsfw="linux"
|
os_fsfw="linux"
|
||||||
@ -29,6 +30,6 @@ else
|
|||||||
fi
|
fi
|
||||||
echo "Running command (without the leading +):"
|
echo "Running command (without the leading +):"
|
||||||
set -x # Print command
|
set -x # Print command
|
||||||
${python} cmake_build_config.py -o "${os_fsfw}" -g "${build_generator}" -b "debug" -t "${tgt_bsp}" \
|
${python} ${cfg_script_name} -o "${os_fsfw}" -g "${build_generator}" -b "debug" -t "${tgt_bsp}" \
|
||||||
-l "${builddir}" -d "${defines}"
|
-l "${builddir}" -d "${defines}"
|
||||||
# set +x
|
# set +x
|
Loading…
x
Reference in New Issue
Block a user