strip libs and utils. addresses #74

git-svn-id: file:///svn/tokudb@919 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Rich Prohaska 2007-12-04 16:36:25 +00:00
parent 8c37306c4e
commit b970af1bcd
2 changed files with 8 additions and 2 deletions

View file

@ -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

View file

@ -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