mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
strip libs and utils. addresses #74
git-svn-id: file:///svn/tokudb@919 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
8c37306c4e
commit
b970af1bcd
2 changed files with 8 additions and 2 deletions
|
@ -29,6 +29,9 @@ logformat:
|
|||
check: $(LIBNAME).$(LIBEXT)
|
||||
python tokuglobals.py $(LIBNAME).$(LIBEXT)
|
||||
|
||||
strip: $(LIBNAME).$(LIBEXT)
|
||||
strip $(LIBNAME).$(LIBEXT)
|
||||
|
||||
clean:
|
||||
rm -rf $(LIBNAME).$(LIBEXT) $(LIBNAME).a *.o
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
ifndef BDBDIR
|
||||
BDBDIR=/usr/local/BerkeleyDB.4.1
|
||||
BDBDIR=/usr/local/BerkeleyDB.4.4
|
||||
endif
|
||||
BDB_DUMP=$(BDBDIR)/bin/db_dump
|
||||
BDB_LOAD=$(BDBDIR)/bin/db_load
|
||||
|
@ -27,6 +27,9 @@ all: $(UTILS) $(STATIC_UTILS)
|
|||
%_static: %.c
|
||||
$(CC) $(CPPFLAGS) $(CFLAGS) -o $@ $< $(STATIC_LDFLAGS)
|
||||
|
||||
strip: $(STATIC_UTILS)
|
||||
strip $(STATIC_UTILS)
|
||||
|
||||
test: test_gen test_load test_dump test_bdb_tokudb
|
||||
|
||||
test_gen: test_gen_hex
|
||||
|
|
Loading…
Add table
Reference in a new issue