]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Typos
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 24 Oct 2012 21:32:31 +0000 (21:32 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 24 Oct 2012 21:32:31 +0000 (21:32 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@27200 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/cmake/setup_deal_ii.cmake
deal.II/cmake/setup_finalize.cmake

index a0fb6fbb295a72c6ebaec6d8f303294b4f7e07c2..38cd1769a60227dc43c6e650ef9b7078e3fdacf5 100644 (file)
@@ -131,7 +131,7 @@ ENDIF()
 
 
 #
-# Cleanup some files used for storing the names of alle object targets that
+# Cleanup some files used for storing the names of all object targets that
 # will be bundled to the deal.II library.
 # (Right now, i.e. cmake 2.8.8, this is the only reliable way to get
 # information into a global scope...)
index 90d1ab12f72d7588ec8b9920b31faed35c416a3d..4a3fb3647bb882f00eeafe12edf154818378c934 100644 (file)
@@ -30,11 +30,8 @@ MARK_AS_ADVANCED(file_cmd)
 # CMakeLists.txt for details.
 #
 FOREACH(_flags ${DEAL_II_USED_FLAGS})
-  SET(${_flags} "${${_flags}} ${${_flags}_SAVED}")
-  #
   # Strip leading and trailing whitespace:
-  #
-  STRING(STRIP "${${_flags}}" ${_flags})
+  STRING(STRIP "${${_flags}} ${${_flags}_SAVED}" ${_flags})
 ENDFOREACH()
 
 #
@@ -212,7 +209,7 @@ IF("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
 #
 #      $ make clean        - to remove files generated by the build system
 #      $ make distclean    - to clean the directory from _all_ generated files
-#                            (includes clean and the removal of the generated build system)
+#                            (\"make clean\" and the removal of the generated build system)
 #
 #  Have a nice day!
 ")

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.