]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Replace `rm' by `rm -f' to suppress warnings.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 8 Feb 2000 13:54:54 +0000 (13:54 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 8 Feb 2000 13:54:54 +0000 (13:54 +0000)
git-svn-id: https://svn.dealii.org/trunk@2343 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/Makefile
deal.II/common/Makefile
deal.II/doc/tutorial/chapter-2.step-by-step/Makefile

index a2af9122a1ceda2c508898fa304e1b631af33190..b18f5c796158fcfe75fcbeb420122ee0a8cfab0a 100644 (file)
@@ -130,7 +130,7 @@ TAGS: $(filter-out %/forward_declarations.h,                                \
 
 
 clean: clean-base clean-lac clean-dealII clean-doc
-       -rm TODO TAGS
+       -rm -f TODO TAGS
 
 clean-base:
        cd $D/base ; $(MAKE) clean
index a2af9122a1ceda2c508898fa304e1b631af33190..b18f5c796158fcfe75fcbeb420122ee0a8cfab0a 100644 (file)
@@ -130,7 +130,7 @@ TAGS: $(filter-out %/forward_declarations.h,                                \
 
 
 clean: clean-base clean-lac clean-dealII clean-doc
-       -rm TODO TAGS
+       -rm -f TODO TAGS
 
 clean-base:
        cd $D/base ; $(MAKE) clean
index 6e0a7d0617ea12e7f8aa3688748f07050004ec95..e3fb990842b78c0201a0130ea370869182375b51 100644 (file)
@@ -70,7 +70,7 @@ step-by-step.sgml: $(example-sgmls)
 
 
 clean:
-       -rm $(example-htmls)
+       -rm -f $(example-htmls)
 
 
 # mark the output files as phony, i.e. generate them every time

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.