build, macos: Drop unused osx_volname target

This commit is contained in:
Hennadii Stepanov
2024-03-26 12:14:59 +00:00
parent 19b968f743
commit eff19fa1c8
3 changed files with 1 additions and 7 deletions

View File

@@ -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
(