mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 12:01:42 +01:00
Quiet down the cxx makefile. Addresses #13.
git-svn-id: file:///svn/tokudb@5286 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
50dfe380f7
commit
ab7a3ca9d3
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ $(OBJS): ../include/db_cxx.h
|
||||||
test1: test1.o dbt.o db.o dbenv.o ../lib/libdb.a
|
test1: test1.o dbt.o db.o dbenv.o ../lib/libdb.a
|
||||||
|
|
||||||
$(LIBNAME).a: $(OBJS)
|
$(LIBNAME).a: $(OBJS)
|
||||||
$(AR) rv $@ $(OBJS)
|
$(AR) cr $@ $(OBJS)
|
||||||
clean:
|
clean:
|
||||||
rm -f $(OBJS) $(LIBNAME).a $(LIBNAME).so *.gcno *.gcda *.gcov
|
rm -f $(OBJS) $(LIBNAME).a $(LIBNAME).so *.gcno *.gcda *.gcov
|
||||||
cd tests; $(MAKE) clean
|
cd tests; $(MAKE) clean
|
||||||
|
|
Loading…
Add table
Reference in a new issue