[PPL-devel] [GIT] ppl/w3ppl(master): Avoid parallelism: it impedes debugging.

Roberto Bagnara bagnara at cs.unipr.it
Sun Feb 20 18:07:22 CET 2011


Module: ppl/w3ppl
Branch: master
Commit: e5b72c19fa8d3f136c6e79b34713565d3691b318
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/w3ppl.git;a=commit;h=e5b72c19fa8d3f136c6e79b34713565d3691b318

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Sun Feb 20 18:07:06 2011 +0100

Avoid parallelism: it impedes debugging.

---

 bin/update_web_site |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bin/update_web_site b/bin/update_web_site
index 8896da8..acc1b23 100755
--- a/bin/update_web_site
+++ b/bin/update_web_site
@@ -218,7 +218,7 @@ fi
 
 # Build the doxygen documentation.
 cd $top_dir/build/doc
-make -j 6 -k world >MAKELOG.documentation 2>&1
+make -k world >MAKELOG.documentation 2>&1
 if [ $? -ne 0 ]
 then
     echo "*** Cannot make world." >>$notification




More information about the PPL-devel mailing list