457dcc605a
Summary: As Aaron suggested, there are quite some problems with our Makefile and scripts. So in this diff I did some cleanup for them and revise some part of the scripts/makefile to help people better understand some mysterious parts. Test Plan: Ran make in several modes; Ran the updated scripts. Reviewers: dhruba, emayanke, akushner Differential Revision: https://reviews.facebook.net/D12285
24 lines
266 B
Plaintext
24 lines
266 B
Plaintext
build_config.mk
|
|
*.a
|
|
*.arc
|
|
*.d
|
|
*.dylib*
|
|
*.gcda
|
|
*.gcno
|
|
*.o
|
|
*.so
|
|
*.so.*
|
|
*_test
|
|
db_bench
|
|
db_repl_stress
|
|
db_stress
|
|
ldb
|
|
leveldb_server
|
|
leveldb_shell
|
|
manifest_dump
|
|
sst_dump
|
|
util/build_version.cc
|
|
build_tools/VALGRIND_LOGS/
|
|
coverage/COVERAGE_REPORT
|
|
util/build_version.cc.tmp
|