X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6a1d69836aca716308f3ac35a9f1159ee23799fa..3f87c1c05314e5b35322f86545e495c29d7e3929:/tools/compile-stats diff --git a/tools/compile-stats b/tools/compile-stats index 1f7ba782a8..70dcd48d4c 100755 --- a/tools/compile-stats +++ b/tools/compile-stats @@ -36,8 +36,8 @@ for VERSION in `ls buildlogs|grep -v html` ; do ## Extract some info out there last=`tail -n 1 buildlogs/$VERSION/$file` - sys=`grep "checking target system type..." buildlogs/$VERSION/$file| \ - sed 's/checking target system type...//'` + sys=`grep -e "^build='[^']*'\$" buildlogs/$VERSION/$file| \ + sed "s/^build='\([^']*\)'\$/\1/"` grassys=`grep "^#define GRAS_THISARCH" buildlogs/$VERSION/$file| \ sed 's/.*GRAS_THISARCH //'`