Merge #8133: build: Finish up out-of-tree changes
d1a3d57bulid: fix "make translate" when out-of-tree (Cory Fields)340012dbuild: add temporary fix for "bad magic number" error in out-of-tree builds (Cory Fields)142ffc7travis: use out-of-tree build (Cory Fields)92e37a3build: fix out-of-tree 'make deploy' for osx (Cory Fields)ab95d5dbuild: a few ugly hacks to get the rpc tests working out-of-tree (Cory Fields)fc4ad0cbuild: more out-of-tree fixups (Cory Fields)0cb0f26build: out-of-tree fixups (Cory Fields)
This commit is contained in:
@@ -125,6 +125,9 @@ CLEAN_BITCOIN_TEST = test/*.gcda test/*.gcno $(GENERATED_TEST_FILES)
|
||||
|
||||
CLEANFILES += $(CLEAN_BITCOIN_TEST)
|
||||
|
||||
# This file is problematic for out-of-tree builds if it exists.
|
||||
DISTCLEANFILES += test/buildenv.pyc
|
||||
|
||||
bitcoin_test: $(TEST_BINARY)
|
||||
|
||||
bitcoin_test_check: $(TEST_BINARY) FORCE
|
||||
|
||||
Reference in New Issue
Block a user