Commit 50b75b68 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

cleanup the release/examples/Makefile refs[t:2474]

git-svn-id: file:///svn/toku/tokudb@18915 c7de825b-a66e-492c-adef-691d508d4ae1
parent 0216f8e3
......@@ -14,12 +14,6 @@ db-scan-bdb: db-scan.c
default: db-insert
setup:
cp ../../include/db.h ../include/tokudb.h
cp ../../include/tdb-internal.h ../include/tdb-internal.h
cp ../../toku_include/toku_list.h ../include/toku_list.h
if [ ! -f ../lib/lib$(LIBTOKUDB).so ] ; then cp ../../lib/lib$(LIBTOKUDB).so ../lib; fi
check: $(TARGETS)
./db-insert && ./db-scan --nox --lwc --prelock --prelockflag
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment