diff --git a/scripts/run_Makefile_common.sh b/scripts/check_module.sh similarity index 100% rename from scripts/run_Makefile_common.sh rename to scripts/check_module.sh diff --git a/scripts/run_Makefile_global.sh b/scripts/check_src.sh similarity index 100% rename from scripts/run_Makefile_global.sh rename to scripts/check_src.sh diff --git a/scripts/module/build_modules.sh b/scripts/module/build_modules.sh index 1b69a920..e7bda222 100755 --- a/scripts/module/build_modules.sh +++ b/scripts/module/build_modules.sh @@ -2,7 +2,7 @@ # # This script should run from the directory $QPACKAGE_ROOT/src -source ${QPACKAGE_ROOT}/scripts/run_Makefile_global.sh +${QPACKAGE_ROOT}/scripts/check_src.sh NPROC=$(cat /proc/cpuinfo | grep MHz | wc -l) @@ -16,7 +16,7 @@ do fi cd ${MODULE} echo ${MODULE} - ${QPACKAGE_ROOT}/scripts/run_Makefile_common.sh + ${QPACKAGE_ROOT}/scripts/check_module.sh if [[ $# -eq 1 ]] then env make -j ${NPROC} all