diff options
| author | practicalswift <[email protected]> | 2017-10-01 23:07:23 +0200 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2017-10-04 14:54:41 +0200 |
| commit | f35d03336994688c7419f9d3547336e356bd2818 (patch) | |
| tree | 68b28f79e6ad7c9013b72045ac41161d25f3f70c /src/net_processing.cpp | |
| parent | Merge #11293: Deduplicate CMerkleBlock construction code, add test coverage (diff) | |
| download | discoin-f35d03336994688c7419f9d3547336e356bd2818.tar.xz discoin-f35d03336994688c7419f9d3547336e356bd2818.zip | |
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/net_processing.cpp')
0 files changed, 0 insertions, 0 deletions