Commit e90d3b75 authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul Committed by Yoni Fogel

Fix up the cleanup. Refs #3037. [t:3037]

git-svn-id: file:///svn/toku/tokudb@25532 c7de825b-a66e-492c-adef-691d508d4ae1
parent 524ad2e8
...@@ -443,12 +443,6 @@ loader-stress-test: LOADLIBES+=-L.. -ltokudb -Wl,-rpath,.. ...@@ -443,12 +443,6 @@ loader-stress-test: LOADLIBES+=-L.. -ltokudb -Wl,-rpath,..
%.tdb$(BINSUF) %.tdbt$(BINSUF): %.c $(DEPEND_COMPILE) $(DEPEND_LINK) $(TDB_EXTRA_NEEDED) %.tdb$(BINSUF) %.tdbt$(BINSUF): %.c $(DEPEND_COMPILE) $(DEPEND_LINK) $(TDB_EXTRA_NEEDED)
$(CC) $< $(TDB_CFLAGS) $(filter-out ../../lib/libtokuportability.a,$(BIN_FROM_C_FLAGS)) $(LINK_MUST_BE_LAST) $(CC) $< $(TDB_CFLAGS) $(filter-out ../../lib/libtokuportability.a,$(BIN_FROM_C_FLAGS)) $(LINK_MUST_BE_LAST)
clean:
rm -f $(ALL_BINS)
rm -rf dir.* *.check.output *.check.valgrind
rm -f dump.bdb.1426 dump.tdb.1426 test1426.bdb
rm -f *.bdb *.tdb
ifeq ($(VGRIND),) ifeq ($(VGRIND),)
BDB_SUPPRESSIONS = BDB_SUPPRESSIONS =
else else
...@@ -749,3 +743,10 @@ UNPACKED_DIRS = env_preload.4.1.1.cleanshutdown env_preload.4.1.1.flat.cleanshut ...@@ -749,3 +743,10 @@ UNPACKED_DIRS = env_preload.4.1.1.cleanshutdown env_preload.4.1.1.flat.cleanshut
%.cleanshutdown: %.cleanshutdown.tar.bz2 %.cleanshutdown: %.cleanshutdown.tar.bz2
bzip $< | tar xf - bzip $< | tar xf -
upgrade-test-1.tdbrun: $(UNPACKED_DIRS) upgrade-test-1.tdbrun: $(UNPACKED_DIRS)
clean:
rm -f $(ALL_BINS)
rm -rf dir.* *.check.output *.check.valgrind
rm -f dump.bdb.1426 dump.tdb.1426 test1426.bdb
rm -f *.bdb *.tdb
rm -rf $(UNPACKED_DIRS)
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