]> Creatis software - creaToolsTools.git/blobdiff - Install/scripts/compilemod.sh
Automatic generation of 'export' environment variables in bashrc for Third Party...
[creaToolsTools.git] / Install / scripts / compilemod.sh
index 28011502b9d410dfc42d240d93dd21cbedfd3bc1..f79340587957ed82dd61f03b001a3d4cd770f855 100644 (file)
@@ -1,14 +1,14 @@
 # $1 : useless for Linux (Release/Debug)
+# $2 : name of source ex : crea
+# $3 : generationdir ex : /tmp/myGenerationDir
 
 cd $3/creatools_bin/$2Bin
-echo "--------------------------------------in compilemod--------------"
+echo "--------------------------------------in compilemod-- $2 ------------"
 echo $1
 echo $2
 echo $3
 
 make -j 2
-echo " "
-echo $2
 pwd
 sudo make install
 cd ../..