From: mquinson Date: Thu, 24 Dec 2009 10:58:07 +0000 (+0000) Subject: clean the archive before rebuilding to avoid 'binary wrong format' errors X-Git-Tag: SVN~734 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/67f68adf1c571987486dc2472fde3b02a8e48d15?hp=1a7ea1dba259256b305c19f56aad77d2cad93a7c clean the archive before rebuilding to avoid 'binary wrong format' errors git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6992 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/buildtools/scripts/simgrid_build.functions b/buildtools/scripts/simgrid_build.functions index e93769b3a1..f6811ebc2b 100644 --- a/buildtools/scripts/simgrid_build.functions +++ b/buildtools/scripts/simgrid_build.functions @@ -44,6 +44,7 @@ make_dist() { # (disable compilation optim to make it built faster) ./configure --enable-maintainer-mode --disable-compile-optimizations echo "Make the archive" + make clean make -C src libgras.la make -C tools/gras make dist