X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/175f4a22eb477d75681b15b11345f7749a5b3d91..47043897f6ec5b1db06a5fd2af389e518978032e:/buildtools/scripts/simgrid_build.conf diff --git a/buildtools/scripts/simgrid_build.conf b/buildtools/scripts/simgrid_build.conf index da0d7e3d46..0e92d1b92f 100644 --- a/buildtools/scripts/simgrid_build.conf +++ b/buildtools/scripts/simgrid_build.conf @@ -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