From: degomme Date: Wed, 6 Apr 2016 10:29:11 +0000 (+0200) Subject: Switch to actually perform out-of-source builds. X-Git-Tag: v3_13~162 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3dcd8f7f96dfdd910cd32f504f9e1fb25052484e?ds=sidebyside Switch to actually perform out-of-source builds. This should expose some issues. next step would be to rename the first "build" folder, but I want to see how this turns out first. --- diff --git a/tools/jenkins/build.sh b/tools/jenkins/build.sh index aa72529c2f..cda077ebdc 100755 --- a/tools/jenkins/build.sh +++ b/tools/jenkins/build.sh @@ -102,7 +102,9 @@ if test "$(uname -o)" != "Msys"; then echo "XX" tar xzf `cat VERSION`.tar.gz cd `cat VERSION` - SRCFOLDER="." + mkdir build + cd build + SRCFOLDER=".." else #for windows we don't make dist, but we still want to build out of source SRCFOLDER=$WORKSPACE