VirtualBox

Changeset 105345 in vbox


Ignore:
Timestamp:
Jul 16, 2024 9:41:38 AM (5 months ago)
Author:
vboxsync
Message:

Installer/darwin: Added the (temporary) shadow storage file to the (not yet used) OTHER_CLEAN target. bugref:10724

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/darwin/Makefile.kmk

    r105344 r105345  
    9393#
    9494PACKING += $(VBOX_PATH_DIST)/VirtualBox-$(VBOX_VERSION_STRING)-r$(VBOX_SVN_REV).dmg
    95 #OTHER_CLEAN = TODO
     95OTHER_CLEAN = $(VBOX_DMG_SHADOW_STORAGE)
    9696
    9797
     
    10791079VBOX_PATH_DMG_MOUNTPOINT := /Volumes/VirtualBox-$(VBOX_VERSION_STRING)-r$(VBOX_SVN_REV)
    10801080
     1081# Path to the (temporary) shadow storage, required for editing the .dmg file.
     1082VBOX_DMG_SHADOW_STORAGE := $(VBOX_PATH_PACK_TMP)/VirtualBox-$(VBOX_VERSION_STRING)-r$(VBOX_SVN_REV)-shadow.dmg
     1083
    10811084#
    10821085# Mounts the created .dmg file within Finder in read-write mode using a shadow storage
     
    10901093        @sudo hdiutil attach -quiet -readwrite \
    10911094                -mountpoint $(VBOX_PATH_DMG_MOUNTPOINT) \
    1092                 -shadow $(VBOX_PATH_DIST)/VirtualBox-$(VBOX_VERSION_STRING)-r$(VBOX_SVN_REV)-shadow.dmg \
     1095                -shadow $(VBOX_DMG_SHADOW_STORAGE) \
    10931096                $(VBOX_PATH_DIST)/VirtualBox-$(VBOX_VERSION_STRING)-r$(VBOX_SVN_REV).dmg
    10941097        @kmk_builtin_echo ""
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette