aboutsummaryrefslogtreecommitdiff
path: root/src/txdb.h
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2017-10-01 23:07:23 +0200
committerpracticalswift <practicalswift@users.noreply.github.com>2017-10-04 14:54:41 +0200
commitf35d03336994688c7419f9d3547336e356bd2818 (patch)
tree68b28f79e6ad7c9013b72045ac41161d25f3f70c /src/txdb.h
parentdbc4ae03963014ab4b7957d62ba59dbd8f938c33 (diff)
downloadbitcoin-f35d03336994688c7419f9d3547336e356bd2818.tar.xz
build: Make "make clean" remove all files created when running "make check"
More specifically: remove also obj/build.h and bench/data/block413567.raw.h. Before this patch: ``` $ diff -rq bitcoin-before-make/ bitcoin-after-make-and-make-clean/ | grep -E "^Only in bitcoin-after-make-and-make-clean/" | grep -v dirstamp Only in bitcoin-after-make-and-make-clean/src/bench/data: block413567.raw.h Only in bitcoin-after-make-and-make-clean/src/obj: build.h $ ``` After this patch: ``` $ diff -rq bitcoin-before-make/ bitcoin-after-make-and-make-clean/ | grep -E "^Only in bitcoin-after-make-and-make-clean/" | grep -v dirstamp $ ```
Diffstat (limited to 'src/txdb.h')
0 files changed, 0 insertions, 0 deletions