10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-11 13:53:44 +02:00

rename run_Makefile_global.sh => check_src.sh

This commit is contained in:
Thomas Applencourt 2015-05-13 11:18:11 +02:00
parent 5e841bcf5c
commit 9131c261f1
3 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# #
# This script should run from the directory $QPACKAGE_ROOT/src # 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) NPROC=$(cat /proc/cpuinfo | grep MHz | wc -l)
@ -16,7 +16,7 @@ do
fi fi
cd ${MODULE} cd ${MODULE}
echo ${MODULE} echo ${MODULE}
${QPACKAGE_ROOT}/scripts/run_Makefile_common.sh ${QPACKAGE_ROOT}/scripts/check_module.sh
if [[ $# -eq 1 ]] if [[ $# -eq 1 ]]
then then
env make -j ${NPROC} all env make -j ${NPROC} all