mirror of
https://github.com/LCPQ/quantum_package
synced 2025-01-08 20:33:26 +01:00
rename run_Makefile_global.sh => check_src.sh
This commit is contained in:
parent
5e841bcf5c
commit
9131c261f1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user