mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-11 04:12:36 -03:00
build: silence false errors during make clean
This commit is contained in:
parent
e8d4cb8071
commit
1e72d5c033
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ EXTRA_DIST = leveldb secp256k1
|
|||
|
||||
clean-local:
|
||||
-$(MAKE) -C leveldb clean
|
||||
-$(MAKE) -C secp256k1 clean
|
||||
-$(MAKE) -C secp256k1 clean 2>/dev/null
|
||||
rm -f leveldb/*/*.gcno leveldb/helpers/memenv/*.gcno
|
||||
-rm -f config.h
|
||||
|
||||
|
|
Loading…
Reference in a new issue