Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert to shell functions
[simgrid.git] / buildtools / Cmake / make_dist.sh
index 8e4495e..ef05ba0 100755 (executable)
@@ -7,22 +7,6 @@ source ~/simgrid-svn/buildtools/Cmake/cmake_simgrid.conf # get config
 echo "get Linux dependencies"
 sudo aptitude install -y libtool automake1.10 autoconf libgcj10-dev gcc g++ bash flex flexml doxygen bibtex bibtool iconv bibtex2html addr2line valgrind transfig
 
-echo "update the svn"
-cd ${SIMGRID_SVN_ROOT}
-svn up
-
-set -x # be verbose
-
-
-echo "rebuild the missing files for compilation"
-./bootstrap
-./configure --enable-maintainer-mode --disable-compile-optimizations
-
-echo "Make the archive"
-make all dist
-
-echo "Copy the archive in position"
-mkdir -p ${SIMGRID_BASEDIR}
-mv simgrid*.tar.gz ${SIMGRID_BASEDIR}
+make_dist
 
 echo "Done!"