X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Linux%2Fscripts%2Fcompilemod.sh;h=f644bb46fe9c30b85bf78aee3d567eb805a8b278;hb=6a4393e29e2ad4c755ff2d31d53e0f9823ddd1bd;hp=e970944583d0bf6fea6ad280b48ec0aeb5658c49;hpb=332420337edfb98920309fcee5c7e271b6d37dfb;p=creaToolsTools.git diff --git a/Linux/scripts/compilemod.sh b/Linux/scripts/compilemod.sh index e970944..f644bb4 100644 --- a/Linux/scripts/compilemod.sh +++ b/Linux/scripts/compilemod.sh @@ -1,6 +1,6 @@ # $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 ------------" @@ -18,4 +18,4 @@ make -j $4 #cd ../.. #pwd -echo "--------------------------------------out compilemod--------------" +echo "--------------------------------------out compilemod-- $2 -----------"