File tree Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 145
145
# clang-check
146
146
* .plist
147
147
148
- osx_volname
149
148
dist /
150
149
151
150
/guix-build- *
Original file line number Diff line number Diff line change @@ -118,9 +118,6 @@ OSX_APP_BUILT=$(OSX_APP)/Contents/PkgInfo $(OSX_APP)/Contents/Resources/empty.lp
118
118
$(OSX_APP ) /Contents/Resources/bitcoin.icns $(OSX_APP ) /Contents/Info.plist \
119
119
$(OSX_APP ) /Contents/MacOS/Bitcoin-Qt $(OSX_APP ) /Contents/Resources/Base.lproj/InfoPlist.strings
120
120
121
- osx_volname :
122
- echo $(OSX_VOLNAME ) > $@
123
-
124
121
if BUILD_DARWIN
125
122
$(OSX_ZIP ) : $(OSX_APP_BUILT ) $(OSX_PACKAGING )
126
123
$(PYTHON ) $(OSX_DEPLOY_SCRIPT ) $(OSX_APP ) $(OSX_VOLNAME ) -translations-dir=$(QT_TRANSLATION_DIR ) -zip
@@ -338,7 +335,7 @@ clean-docs:
338
335
clean-local : clean-docs
339
336
rm -rf coverage_percent.txt test_bitcoin.coverage/ total.coverage/ fuzz.coverage/ test/tmp/ cache/ $(OSX_APP )
340
337
rm -rf test/functional/__pycache__ test/functional/test_framework/__pycache__ test/cache share/rpcauth/__pycache__
341
- rm -rf osx_volname dist/ test/lint/test_runner/target/ test/lint/__pycache__
338
+ rm -rf dist/ test/lint/test_runner/target/ test/lint/__pycache__
342
339
343
340
test-security-check :
344
341
if TARGET_DARWIN
Original file line number Diff line number Diff line change @@ -300,11 +300,9 @@ mkdir -p "$DISTSRC"
300
300
301
301
case " $HOST " in
302
302
* darwin* )
303
- make osx_volname ${V: +V=1}
304
303
make deploydir ${V: +V=1}
305
304
mkdir -p " unsigned-app-${HOST} "
306
305
cp --target-directory=" unsigned-app-${HOST} " \
307
- osx_volname \
308
306
contrib/macdeploy/detached-sig-create.sh
309
307
mv --target-directory=" unsigned-app-${HOST} " dist
310
308
(
You can’t perform that action at this time.
0 commit comments