From ab7a3ca9d3eebabd401509bdb8a1ddf26af8dbf8 Mon Sep 17 00:00:00 2001 From: "Bradley C. Kuszmaul" Date: Wed, 23 Jul 2008 12:55:37 +0000 Subject: [PATCH] Quiet down the cxx makefile. Addresses #13. git-svn-id: file:///svn/tokudb@5286 c7de825b-a66e-492c-adef-691d508d4ae1 --- cxx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cxx/Makefile b/cxx/Makefile index 5c7070cef9a..8d1442acf03 100644 --- a/cxx/Makefile +++ b/cxx/Makefile @@ -21,7 +21,7 @@ $(OBJS): ../include/db_cxx.h test1: test1.o dbt.o db.o dbenv.o ../lib/libdb.a $(LIBNAME).a: $(OBJS) - $(AR) rv $@ $(OBJS) + $(AR) cr $@ $(OBJS) clean: rm -f $(OBJS) $(LIBNAME).a $(LIBNAME).so *.gcno *.gcda *.gcov cd tests; $(MAKE) clean