]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Change suggested by Max Jensen: make clean shouldn't remove the TBB libraries. That...
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 15 Jun 2011 03:28:55 +0000 (03:28 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 15 Jun 2011 03:28:55 +0000 (03:28 +0000)
git-svn-id: https://svn.dealii.org/trunk@23821 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/news/changes.h
deal.II/lib/Makefile

index 25e6c4b08582489e2c6c5981878aa490656560f4..c0602a73fd78a852d7826d4cd68fbecfa392743d 100644 (file)
@@ -61,6 +61,15 @@ changed to use std_cxx1x::_1, std_cxx1x::_2, etc from now on.
 <h3>General</h3>
 
 <ol>
+<li> Changed: Doing <code>make clean</code> was supposed to only remove object
+files but not libraries; however, it also removed the TBB libraries and a
+few executables. This has now been changed: <code>make clean</code> now only
+removes stuff that isn't needed to run executables, i.e. it leaves the TBB
+and other libraries alone. As before, the target <code>make distclean</code>
+is responsible for removing everything.
+<br>
+(Max Jensen, Wolfgang Bangerth, 2011/06/14)
+
 <li> New: The Triangulation and DoFHandler classes, together with many
 smaller classes can now be serialized, i.e. their data can be written
 to an output stream and later retrieved to restore the state of the program.
index 0c134611d52907f0c6d558defe539734aa208803..ccca2e674e40e4f7beff3c167a895c67a9da0ea9 100644 (file)
@@ -1,5 +1,4 @@
 # $Id$
-# Copyright W. Bangerth, University of Heidelberg, 2002
 
 D = ..
 
@@ -139,7 +138,7 @@ endif
 
 ######################### CLEAN TARGETS ###################
 # clean everything
-clean: clean-objects clean-bin
+clean: clean-objects
 
 # only clean object files, not libraries and executables
 clean-objects:  clean-debug clean-optimized \
@@ -156,14 +155,12 @@ clean-contrib:
        -rm contrib/*/*.$(OBJEXT)
        -rm -r contrib/tbb/*debug
        -rm -r contrib/tbb/*release
-       -rm libtbb*
-
-clean-bin:
-       -rm bin/detached_ma27
-       -rm bin/dealii_parameter_gui
 
 distclean: clean
        -rm -f lib* bin/*
+       -rm bin/detached_ma27
+       -rm bin/dealii_parameter_gui
+       -rm libtbb*
 
 .PHONY: clean clean-objects
 .PHONY: clean-base clean-lac clean-1d clean-2d clean-3d

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.