From: mquinson Date: Mon, 28 Feb 2005 17:14:20 +0000 (+0000) Subject: some more info in summary X-Git-Tag: v3.3~4243 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/6a1d69836aca716308f3ac35a9f1159ee23799fa some more info in summary git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1110 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/tools/compile-stats b/tools/compile-stats index 053fdf0d06..1f7ba782a8 100755 --- a/tools/compile-stats +++ b/tools/compile-stats @@ -38,6 +38,9 @@ for VERSION in `ls buildlogs|grep -v html` ; do last=`tail -n 1 buildlogs/$VERSION/$file` sys=`grep "checking target system type..." buildlogs/$VERSION/$file| \ sed 's/checking target system type...//'` + grassys=`grep "^#define GRAS_THISARCH" buildlogs/$VERSION/$file| \ + sed 's/.*GRAS_THISARCH //'` + ## Make text and html outputs if [ "x$last" = "xRemote compilation sucessful." ] ; then @@ -51,7 +54,7 @@ for VERSION in `ls buildlogs|grep -v html` ; do echo " $host" >> $HTML echo " $sys" >> $HTML - echo "$res $host $sys" + echo "$res $host $sys ($grassys)" done echo "" >> $HTML done