From 9131c261f14b994acdfea6c2805b7879e3e220c0 Mon Sep 17 00:00:00 2001 From: Thomas Applencourt Date: Wed, 13 May 2015 11:18:11 +0200 Subject: [PATCH] rename run_Makefile_global.sh => check_src.sh --- scripts/{run_Makefile_common.sh => check_module.sh} | 0 scripts/{run_Makefile_global.sh => check_src.sh} | 0 scripts/module/build_modules.sh | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename scripts/{run_Makefile_common.sh => check_module.sh} (100%) rename scripts/{run_Makefile_global.sh => check_src.sh} (100%) 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