From b26b8f19431d4321bfeb3beedfb0ebcaf63e98f4 Mon Sep 17 00:00:00 2001 From: maier Date: Tue, 23 Jul 2013 11:03:35 +0000 Subject: [PATCH] Remove step 26 from build_test as well git-svn-id: https://svn.dealii.org/branches/releases/Branch-8-0@30129 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/contrib/utilities/build_test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/contrib/utilities/build_test b/deal.II/contrib/utilities/build_test index 3cf444337b..ecedd9692a 100755 --- a/deal.II/contrib/utilities/build_test +++ b/deal.II/contrib/utilities/build_test @@ -96,7 +96,7 @@ build_examples: $(steps:%=%/%) runsteps_debug:= step-1 step-2 step-3 step-4 step-5 step-6 # Run all configuration independent steps in release configuration: -runsteps_release= step-1 step-2 step-3 step-4 step-5 step-6 step-7 step-8 step-9 step-10 step-11 step-12 step-13 step-14 step-16 step-20 step-23 step-25 step-26 step-27 step-28 step-30 step-38 step-39 step-44 step-45 step-48 step-49 +runsteps_release= step-1 step-2 step-3 step-4 step-5 step-6 step-7 step-8 step-9 step-10 step-11 step-12 step-13 step-14 step-16 step-20 step-23 step-25 step-27 step-28 step-30 step-38 step-39 step-44 step-45 step-48 step-49 %/OK_DEBUG: cd $(@D) && $(CMAKE) -DCMAKE_BUILD_TYPE=Debug . >/dev/null 2>&1 -- 2.39.5