From: Matthias Maier Date: Tue, 26 Feb 2013 11:06:44 +0000 (+0000) Subject: Some cleanup X-Git-Tag: v8.0.0~1079^2~121 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1f1b42cdf0ad9fae7bcb72df535b9be12e97490;p=dealii.git Some cleanup git-svn-id: https://svn.dealii.org/branches/branch_cmake@28571 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/cmake/setup_compiler_flags.cmake b/deal.II/cmake/setup_compiler_flags.cmake index e0287049e5..30420f674b 100644 --- a/deal.II/cmake/setup_compiler_flags.cmake +++ b/deal.II/cmake/setup_compiler_flags.cmake @@ -108,6 +108,8 @@ IF(DEAL_II_SETUP_DEFAULT_COMPILER_FLAGS) ENDIF() ELSE(DEAL_II_SETUP_DEFAULT_COMPILER_FLAGS) + + MESSAGE(STATUS "") MESSAGE(STATUS "Skipped setup of default compiler flags " "(DEAL_II_SETUP_DEFAULT_COMPILER_FLAGS=OFF)" diff --git a/deal.II/cmake/setup_compiler_flags_gnu.cmake b/deal.II/cmake/setup_compiler_flags_gnu.cmake index f24b10dbb9..46acf22b37 100644 --- a/deal.II/cmake/setup_compiler_flags_gnu.cmake +++ b/deal.II/cmake/setup_compiler_flags_gnu.cmake @@ -1,6 +1,6 @@ ##### ## -## Copyright (C) 2012 by the deal.II authors +## Copyright (C) 2012, 2013 by the deal.II authors ## ## This file is part of the deal.II library. ## diff --git a/deal.II/cmake/setup_custom_targets.cmake b/deal.II/cmake/setup_custom_targets.cmake index 6539aa2879..d901075041 100644 --- a/deal.II/cmake/setup_custom_targets.cmake +++ b/deal.II/cmake/setup_custom_targets.cmake @@ -1,6 +1,6 @@ ##### ## -## Copyright (C) 2012 by the deal.II authors +## Copyright (C) 2012, 2013 by the deal.II authors ## ## This file is part of the deal.II library. ## diff --git a/deal.II/cmake/scripts/fe_table.pl b/deal.II/contrib/utilities/fe_table.pl similarity index 100% rename from deal.II/cmake/scripts/fe_table.pl rename to deal.II/contrib/utilities/fe_table.pl diff --git a/deal.II/cmake/scripts/report-build-tests.pl b/tests/report-build-tests.pl similarity index 100% rename from deal.II/cmake/scripts/report-build-tests.pl rename to tests/report-build-tests.pl diff --git a/deal.II/cmake/scripts/report-regression-tests.pl b/tests/report-regression-tests.pl similarity index 100% rename from deal.II/cmake/scripts/report-regression-tests.pl rename to tests/report-regression-tests.pl