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 145145# clang-check
146146* .plist
147147
148- osx_volname
149148dist /
150149
151150/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
118118 $(OSX_APP ) /Contents/Resources/bitcoin.icns $(OSX_APP ) /Contents/Info.plist \
119119 $(OSX_APP ) /Contents/MacOS/Bitcoin-Qt $(OSX_APP ) /Contents/Resources/Base.lproj/InfoPlist.strings
120120
121- osx_volname :
122- echo $(OSX_VOLNAME ) > $@
123-
124121if BUILD_DARWIN
125122$(OSX_ZIP ) : $(OSX_APP_BUILT ) $(OSX_PACKAGING )
126123 $(PYTHON ) $(OSX_DEPLOY_SCRIPT ) $(OSX_APP ) $(OSX_VOLNAME ) -translations-dir=$(QT_TRANSLATION_DIR ) -zip
@@ -338,7 +335,7 @@ clean-docs:
338335clean-local : clean-docs
339336 rm -rf coverage_percent.txt test_bitcoin.coverage/ total.coverage/ fuzz.coverage/ test/tmp/ cache/ $(OSX_APP )
340337 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__
342339
343340test-security-check :
344341if TARGET_DARWIN
Original file line number Diff line number Diff line change @@ -300,11 +300,9 @@ mkdir -p "$DISTSRC"
300300
301301 case " $HOST " in
302302 * darwin* )
303- make osx_volname ${V: +V=1}
304303 make deploydir ${V: +V=1}
305304 mkdir -p " unsigned-app-${HOST} "
306305 cp --target-directory=" unsigned-app-${HOST} " \
307- osx_volname \
308306 contrib/macdeploy/detached-sig-create.sh
309307 mv --target-directory=" unsigned-app-${HOST} " dist
310308 (
You can’t perform that action at this time.
0 commit comments