]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Use rm -rf instead of -rm Branch-7-2
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 2 Sep 2012 09:09:12 +0000 (09:09 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 2 Sep 2012 09:09:12 +0000 (09:09 +0000)
git-svn-id: https://svn.dealii.org/branches/releases/Branch-7-2@26203 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/Makefile

index ca739fd953648dd3cd1c1a30024cb1d67e0a410c..d65507f9562f4b80bfb0f88a121d423229dcfda1 100644 (file)
@@ -154,12 +154,12 @@ endif
 # rules for static libraries
 $(LIBDIR)/libdeal_II.g$(static-lib-suffix): $(go-files) $(extra-g.o-files)
        @echo "=====deal.II==========debug======$(MT)== Linking library:   $(@F)"
-       @-rm $@
+       @rm -f $@
        @$(AR) r $@ $(go-files) $(extra-g.o-files)
        @$(RANLIB) $@
 $(LIBDIR)/libdeal_II$(static-lib-suffix): $(o-files) $(extra-o-files)
        @echo "=====deal.II==========optimized==$(MT)== Linking library:   $(@F)"
-       @-rm $@
+       @rm -f $@
        @$(AR) r $@ $(o-files) $(extra-o-files)
        @$(RANLIB) $@
 

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.