From: Guido Kanschat Date: Thu, 1 Jul 2010 18:42:50 +0000 (+0000) Subject: update build script example X-Git-Tag: v8.0.0~5866 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a411bd8dbd691baac6cbd3810680bb13b8fd8bf;p=dealii.git update build script example git-svn-id: https://svn.dealii.org/trunk@21436 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/development/testsuite.html b/deal.II/doc/development/testsuite.html index 05ec158854..aa8838fa1d 100644 --- a/deal.II/doc/development/testsuite.html +++ b/deal.II/doc/development/testsuite.html @@ -45,9 +45,9 @@
 
     cd dealtest
-    make clean
+    make distclean
     svn update
-    make build-test BUILDTESTFLAGS='-with-umfpack -with-lapack'
+    make build-test BUILDTESTFLAGS='--with-umfpack --with-lapack'
     mail build-tests@dealii.org < build-test-log