Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics
[simgrid.git] / buildtools / scripts / simgrid_build.conf
index da0d7e3..0e92d1b 100644 (file)
@@ -76,14 +76,6 @@ open_archive() {
   wait_archive
   cd $BUILDDIR/..
   tar xfz ${SIMGRID_BASEDIR}/${version}.tar.gz
+  cd $BUILDDIR
 }
 
-
-# build_from_autotools: build the archive using the autotools
-# expects: the archive opened in the right position
-build_from_autotools() {
-  open_archive
-  cd $BUILDDIR
-  ./configure $@
-  make
-}
\ No newline at end of file