]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Don't be verbose when linking files to static library.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 29 Jan 2002 16:25:49 +0000 (16:25 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 29 Jan 2002 16:25:49 +0000 (16:25 +0000)
git-svn-id: https://svn.dealii.org/trunk@5426 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/Makefile
deal.II/deal.II/Makefile
deal.II/lac/Makefile

index b4702bc7d000f22475329b6443915b079b987b60..55aa90cb6c2d6936d08536f959ebce65eca20567 100644 (file)
@@ -79,11 +79,11 @@ endif
 
 $(LIBDIR)/libbase.a: $(forward-declarations) $(o-files)
        @echo =====base=============optimized==$(MT)== Linking library:   $(@F)
-       @ar ruv $@ $(o-files)
+       @ar ru $@ $(o-files)
 
 $(LIBDIR)/libbase.g.a: $(forward-declarations) $(go-files)
        @echo =====base=============debug======$(MT)== Linking library:   $(@F)
-       @ar ruv $@ $(go-files)
+       @ar ru $@ $(go-files)
 
 
 $(LIBDIR)/libbase.so: $(forward-declarations) $(o-files)
index b4c7e99b67689c0f49c46931319b7d9a60d9fcd1..76ce98de068a71a48fc1dc0e5767b7eeae4c8956 100644 (file)
@@ -94,26 +94,26 @@ lib/3d/o/%.o :
 # rules how to make the libraries themselves
 $(LIBDIR)/libdeal_II_1d.g.a: $(go-files-1d)
        @echo =====deal.II====1d====debug======$(MT)== Linking library:   $(@F)
-       @ar ruv $@ $(go-files-1d)
+       @ar ru $@ $(go-files-1d)
 $(LIBDIR)/libdeal_II_1d.a: $(o-files-1d)
        @echo =====deal.II====1d====optimized==$(MT)== Linking library:   $(@F)
-       @ar ruv $@ $(o-files-1d)
+       @ar ru $@ $(o-files-1d)
 
 
 $(LIBDIR)/libdeal_II_2d.g.a: $(go-files-2d)
        @echo =====deal.II====2d====debug======$(MT)== Linking library:   $(@F)
-       @ar ruv $@ $(go-files-2d)
+       @ar ru $@ $(go-files-2d)
 $(LIBDIR)/libdeal_II_2d.a: $(o-files-2d)
        @echo =====deal.II====2d====optimized==$(MT)== Linking library:   $(@F)
-       @ar ruv $@ $(o-files-2d)
+       @ar ru $@ $(o-files-2d)
 
 
 $(LIBDIR)/libdeal_II_3d.g.a: $(go-files-3d)
        @echo =====deal.II====3d====debug======$(MT)== Linking library:   $(@F)
-       @ar ruv $@ $(go-files-3d)
+       @ar ru $@ $(go-files-3d)
 $(LIBDIR)/libdeal_II_3d.a: $(o-files-3d)
        @echo =====deal.II====3d====optimized==$(MT)== Linking library:   $(@F)
-       @ar ruv $@ $(o-files-3d)
+       @ar ru $@ $(o-files-3d)
 
 
 $(LIBDIR)/libdeal_II_1d.g.so: $(go-files-1d)
index dbdda7b93bed5bb2d67bb1b47e89fb35e248f895..536e86cda69e55f13e0800049bce6d825a5326c5 100644 (file)
@@ -53,11 +53,11 @@ endif
 
 $(LIBDIR)/liblac.a: $(forward-declarations) $(o-files)
        @echo =====lac==============optimized==$(MT)== Linking library:   $(@F)
-       @ar ruv $@ $(o-files)
+       @ar ru $@ $(o-files)
 
 $(LIBDIR)/liblac.g.a: $(forward-declarations) $(go-files)
        @echo =====lac==============debug======$(MT)== Linking library:   $(@F)
-       @ar ruv $@ $(go-files)
+       @ar ru $@ $(go-files)
 
 
 $(LIBDIR)/liblac.so: $(forward-declarations) $(o-files)

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.