VirtualBox

Changeset 75350 in vbox


Ignore:
Timestamp:
Nov 9, 2018 10:39:39 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
126480
Message:

Config.kmk: try fixing the DMG signing for darwin with VBOX_CCS_SIGN_CMD and VBOX_WITH_CORP_CODE_SIGNING.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r75348 r75350  
    36853685  # @param 1  The file to sign.
    36863686  # @param 2  Identifier, optional.
    3687   ifdef VBOX_WITH_CORP_CODE_SIGNING
    3688    ## @todo cannot handle $(2), the identifier.
    3689    VBOX_SIGN_DMG_FN = $(call MSG_TOOL,SIGNTOOL,,$(1),$(2))$(NLTAB) \
    3690         $(call VBOX_CCS_SIGN_CMD,mac_dmg,$(1))$(NLTAB) \
    3691         ditto -x -k "$(1).zip" "$(dir $(1))"$(NLTAB) \
    3692         $(RM) -f -- "$(1).zip"
    3693   else
    3694    VBOX_SIGN_DMG_FN = $(VBOX_SIGN_FILE_FN)
    3695   endif
     3687  VBOX_SIGN_DMG_FN = $(VBOX_SIGN_FILE_FN)
    36963688
    36973689  ## Sign a PKG file. Used with corp code signing only.
Note: See TracChangeset for help on using the changeset viewer.

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