File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ $(OSX_APP)/Contents/PkgInfo:
99
99
100
100
$(OSX_APP ) /Contents/Resources/empty.lproj :
101
101
$(MKDIR_P ) $(@D )
102
- @touch $@
102
+ @touch $@
103
103
104
104
$(OSX_APP ) /Contents/Info.plist : $(OSX_PLIST )
105
105
$(MKDIR_P ) $(@D )
@@ -189,7 +189,15 @@ $(BITCOIN_WALLET_BIN): FORCE
189
189
$(MAKE ) -C src $(@F )
190
190
191
191
if USE_LCOV
192
- LCOV_FILTER_PATTERN =-p "/usr/include/" -p "/usr/lib/" -p "src/leveldb/" -p "src/bench/" -p "src/univalue" -p "src/crypto/ctaes" -p "src/secp256k1"
192
+ LCOV_FILTER_PATTERN = \
193
+ -p "/usr/include/" \
194
+ -p "/usr/lib/" \
195
+ -p "src/leveldb/" \
196
+ -p "src/bench/" \
197
+ -p "src/univalue" \
198
+ -p "src/crypto/ctaes" \
199
+ -p "src/secp256k1" \
200
+ -p "depends"
193
201
194
202
baseline.info :
195
203
$(LCOV ) -c -i -d $(abs_builddir ) /src -o $@
@@ -321,4 +329,3 @@ clean-local: clean-docs
321
329
rm -rf coverage_percent.txt test_bitcoin.coverage/ total.coverage/ test/tmp/ cache/ $(OSX_APP )
322
330
rm -rf test/functional/__pycache__ test/functional/test_framework/__pycache__ test/cache share/rpcauth/__pycache__
323
331
rm -rf osx_volname dist/ dpi36.background.tiff dpi72.background.tiff
324
-
You can’t perform that action at this time.
0 commit comments