VirtualBox

Changeset 104826 in vbox


Ignore:
Timestamp:
May 31, 2024 10:20:44 AM (8 months ago)
Author:
vboxsync
Message:

Installer/darwin/Makefile.kmk: Improve robustness against failures to download stapled DMG, because that's non-recoverable when downloading in-place and will just waste a lot of time.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r104814 r104826  
    42254225 # temporary solution for a $(dir ...) equivalent which assumes that it gets a single path, possibly with spaces.
    42264226 VBOX_DIRX = $(subst ?,$(SP),$(dir $(subst $(SP),?,$1)))
     4227 VBOX_NOTDIRX = $(subst ?,$(SP),$(notdir $(subst $(SP),?,$1)))
    42274228 # Corp code signing client.
    42284229 VBOX_CCS_CLIENT_JAR := $(firstword $(rsort \
  • trunk/src/VBox/Installer/darwin/Makefile.kmk

    r104579 r104826  
    186186  if $(intersects darwin darwin_notarize all 1,$(VBOX_WITH_CORP_CODE_SIGNING))
    187187        @# Notarize the signed dmg (includes stapling).
    188         $(call VBOX_NOTARIZE_FILE_FN,$@,org.virtualbox.VirtualBox.$(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD).$(VBOX_SVN_REV))
     188        $(call VBOX_NOTARIZE_FILE_FN,$@,org.virtualbox.VirtualBox.$(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD).$(VBOX_SVN_REV),$(call VBOX_DIRX,$@).tmp)
     189        $(MV) -f $(call VBOX_DIRX,$@).tmp/$(call VBOX_NOTDIRX,$@) $@
     190        $(RMDIR) $(call VBOX_DIRX,$@).tmp
    189191  endif
    190192 endif
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