]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
veryclean changed to distclean
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 11 Oct 2002 07:20:09 +0000 (07:20 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 11 Oct 2002 07:20:09 +0000 (07:20 +0000)
git-svn-id: https://svn.dealii.org/trunk@6630 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/Makefile
deal.II/lib/Makefile

index 679f33d10555ff5fa41bac96f1f45b591d124267..448bfdeb968a677dde760558235bff9388990895 100644 (file)
@@ -29,7 +29,8 @@ help:
        @echo "=    TODO       : create a \"TODO\" file from the source files           ="
        @echo "=    TAGS       : create a TAGS file from include and source files     ="
        @echo "=                                                                      ="
-       @echo "=    clean      : removes all object files, libraries, etc in subdirs  ="
+       @echo "=    clean      : removes all object files in subdirs                  ="
+       @echo "=    distclean  : removes all object files, libraries, etc in subdirs  ="
        @echo "========================================================================"
 
 
@@ -151,11 +152,11 @@ clean-lib:
 clean-tests:
        -cd tests && $(MAKE) clean
 
-veryclean: clean
-       cd lib ; $(MAKE) veryclean
+distclean: clean
+       cd lib ; $(MAKE) distclean
 
 .PHONY: base baseg lac lacg 1d 2d 3d 1dg 2dg 3dg all \
         online-doc printable-doc tex-doc contrib \
         clean clean-contrib clean-base clean-lac clean-dealII \
-       clean-doc clean-examples clean-lib clean-tests veryclean \
+       clean-doc clean-examples clean-lib clean-tests distclean \
        TAGS TODO
index 362fea8774118491b2c0cc9fc62ba2296df0071f..19f175ff9f5a72fb5a1c188089252b119d71453e 100644 (file)
@@ -24,7 +24,7 @@ clean-base clean-lac clean-1d clean-2d clean-3d:
 clean-contrib:
        -rm contrib/*/*.o
 
-veryclean: clean
+distclean: clean
        -rm -f lib* bin/*
 
 .PHONY: clean clean-objects 

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.