From 6ad6387699631087a9ceb5801e7f199a6ea5d657 Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Mon, 20 Dec 2010 15:11:18 +0000 Subject: [PATCH] Part 'install' of former compilemod.sh --- Install/scripts/installmode.sh | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Install/scripts/installmode.sh diff --git a/Install/scripts/installmode.sh b/Install/scripts/installmode.sh new file mode 100644 index 0000000..7ad8a81 --- /dev/null +++ b/Install/scripts/installmode.sh @@ -0,0 +1,21 @@ +# $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-- $2 ------------" +echo $1 +echo $2 +echo $3 + +# make already performed in compilemod.sh +#make -j 2 + +# We install, now + +pwd +sudo make install +cd ../.. +pwd + +echo "--------------------------------------out compilemod--------------" -- 2.47.1