Skip to content

Commit eff19fa

Browse files
committed
build, macos: Drop unused osx_volname target
1 parent 19b968f commit eff19fa

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ db4/
145145
# clang-check
146146
*.plist
147147

148-
osx_volname
149148
dist/
150149

151150
/guix-build-*

Makefile.am

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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-
124121
if 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:
338335
clean-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

343340
test-security-check:
344341
if TARGET_DARWIN

contrib/guix/libexec/build.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
(

0 commit comments

Comments
 (0)