10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-25 22:52:15 +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
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