aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2024-03-26 12:14:59 +0000
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2024-03-26 12:14:59 +0000
commiteff19fa1c8d736d30dea937ebce0b372c19b7559 (patch)
treed9c2869d768ef214e45cb48b1804d3c5248f4f60 /contrib
parent19b968f743ca666032371ab2424feaffd0c6043e (diff)
downloadbitcoin-eff19fa1c8d736d30dea937ebce0b372c19b7559.tar.xz
build, macos: Drop unused `osx_volname` target
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/guix/libexec/build.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/guix/libexec/build.sh b/contrib/guix/libexec/build.sh
index b301369ad9..b15f553ac9 100755
--- a/contrib/guix/libexec/build.sh
+++ b/contrib/guix/libexec/build.sh
@@ -300,11 +300,9 @@ mkdir -p "$DISTSRC"
case "$HOST" in
*darwin*)
- make osx_volname ${V:+V=1}
make deploydir ${V:+V=1}
mkdir -p "unsigned-app-${HOST}"
cp --target-directory="unsigned-app-${HOST}" \
- osx_volname \
contrib/macdeploy/detached-sig-create.sh
mv --target-directory="unsigned-app-${HOST}" dist
(