X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Linux%2Fscripts%2Fcompilemod.sh;h=f644bb46fe9c30b85bf78aee3d567eb805a8b278;hb=6a4393e29e2ad4c755ff2d31d53e0f9823ddd1bd;hp=79131209c9f17ae5f8f380d479e3fd4fcaa96285;hpb=ebef432aefca42911025c79d171e00212d329e27;p=creaToolsTools.git diff --git a/Linux/scripts/compilemod.sh b/Linux/scripts/compilemod.sh index 7913120..f644bb4 100644 --- a/Linux/scripts/compilemod.sh +++ b/Linux/scripts/compilemod.sh @@ -1,14 +1,15 @@ # $1 : useless for Linux (Release/Debug) # $2 : name of source ex : crea -# $3 : generationdir ex : /tmp/myGenerationDir +# $3 : generationdir ex : ~/myDefaultGenerationDir cd $3/creatools_bin/$2Bin echo "--------------------------------------in compilemod-- $2 ------------" echo $1 echo $2 echo $3 +echo $4 -make -j 2 +make -j $4 # We don't install immediately! @@ -17,4 +18,4 @@ make -j 2 #cd ../.. #pwd -echo "--------------------------------------out compilemod--------------" +echo "--------------------------------------out compilemod-- $2 -----------"