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

Improve make clean in cxx. Refs #2326. [t:2285]

git-svn-id: file:///svn/toku/tokudb@17174 c7de825b-a66e-492c-adef-691d508d4ae1
parent 3f97de8b
......@@ -58,6 +58,8 @@ $(DBCXX):
clean:
rm -rf $(TARGETS) *.gcno *.gcda *.gcov *.db dir.test.db.assoc3 test_reverse_compare_fun.cpp.dir *.tdb.clean *.tdb.dirty
rm -rf *.dir
rm -rf *.out
rm -rf \
cdd_tdb_0_b.tokudb \
check_db_create_DSM_tdb_main_0_b.tokudb \
......@@ -68,6 +70,7 @@ clean:
test_cursor_count_cpp_tdb_0_b.tokudb \
check_db_create_tdb_main_0_b.tokudb \
tokudb.directory \
test_no_env \
#this line left blank
......
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