Skip to content

Commit da32bd8

Browse files
author
MarcoFalke
committed
Merge #14253: Build: during 'make clean', remove some files that are currently missed.
3f5ac27 Include some files currently missed by 'make distclean'. (murrayn) Pull request description: `make clean` currently leaves behind some cache and test log files that should be removed. Tree-SHA512: a1877e776e24232f6dd1468d7f392ea0bd1e93fdd975e623897d48c4b23a080a2e84ebb199f5482abd6b8c9ddd036850325e7b7ed07e2f9fe7a32f83cc99da4a
2 parents d6189ff + 3f5ac27 commit da32bd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,5 +294,5 @@ clean-docs:
294294

295295
clean-local: clean-docs
296296
rm -rf coverage_percent.txt test_bitcoin.coverage/ total.coverage/ test/tmp/ cache/ $(OSX_APP)
297-
rm -rf test/functional/__pycache__ test/functional/test_framework/__pycache__ test/cache
297+
rm -rf test/functional/__pycache__ test/functional/test_framework/__pycache__ test/cache share/rpcauth/__pycache__
298298

src/Makefile.test.include

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ nodist_test_test_bitcoin_SOURCES = $(GENERATED_TEST_FILES)
161161

162162
$(BITCOIN_TESTS): $(GENERATED_TEST_FILES)
163163

164-
CLEAN_BITCOIN_TEST = test/*.gcda test/*.gcno $(GENERATED_TEST_FILES)
164+
CLEAN_BITCOIN_TEST = test/*.gcda test/*.gcno $(GENERATED_TEST_FILES) $(BITCOIN_TESTS:.cpp=.cpp.log)
165165

166166
CLEANFILES += $(CLEAN_BITCOIN_TEST)
167167

0 commit comments

Comments
 (0)