Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add the file boundary to the config.log on success so that the tools can extract...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sun, 25 Jul 2004 00:51:51 +0000 (00:51 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sun, 25 Jul 2004 00:51:51 +0000 (00:51 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@347 48e7efb5-ca39-0410-a469-dd3cf9ba447f

tools/compile-remote-worker.in

index dbf3525..10b8af1 100644 (file)
@@ -131,7 +131,12 @@ if echo $@ | grep check >/dev/null ; then
   do_cmd "make $MAKE_CHECK 2>&1" || fail "Cannot make check"
 fi
 
+echo Remote compilation sucessful.
+echo
+echo
+echo CONFIG-LOG-DUMP-BEGIN
 cat config.log
+echo CONFIG-LOG-DUMP-END
 echo
 echo
 echo Remote compilation sucessful.