From 6c9f6aadeeb165229c8f1c5979739687dd7faff2 Mon Sep 17 00:00:00 2001 From: maier Date: Tue, 23 Jul 2013 09:52:39 +0000 Subject: [PATCH] Remove step 47 from build_test as well git-svn-id: https://svn.dealii.org/branches/releases/Branch-8-0@30128 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/contrib/utilities/build_test | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/deal.II/contrib/utilities/build_test b/deal.II/contrib/utilities/build_test index b2c7487e43..3cf444337b 100755 --- a/deal.II/contrib/utilities/build_test +++ b/deal.II/contrib/utilities/build_test @@ -93,12 +93,10 @@ build_examples: $(steps:%=%/%) # Run a minimalistic set of steps in debug configuration: -runsteps_debug:= step-1 step-2 step-3 step-4 step-5 step-6 step-47 +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-47 step-48 step-49 -# step-15 step-21 step-24 - +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 %/OK_DEBUG: cd $(@D) && $(CMAKE) -DCMAKE_BUILD_TYPE=Debug . >/dev/null 2>&1 -- 2.39.5