VirtualBox

Changeset 93250 in vbox


Ignore:
Timestamp:
Jan 15, 2022 1:22:12 AM (3 years ago)
Author:
vboxsync
Message:

/Config.kmk: Make VBOX_SIGN_IMAGE_WITH_EV_FN skip bldRTSignTool. bugref:10162

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r93249 r93250  
    39823982  # This builds on Plan B, since the corp code signing always replaces existing
    39833983  # signatures. Since we're signing more, though, we do things slightly differently
    3984   # so we can apply this to VBOX_RTSIGNTOOL as well.
     3984  # so we can apply this to VBOX_RTSIGNTOOL as well - only that didn't work because
     3985  # kmk tries to help windows caching images it executes.  So HACK ALERT on that.
    39853986  #
    39863987  # So, here is what we do.
     
    39994000  #
    40004001  # @remarks The parameters are the same as VBOX_SIGN_FILE_FN.
    4001   VBOX_SIGN_IMAGE_WITH_EV_FN = $(call VBOX_SIGN_FILE_FN,$1,$2,$3,$4,$5)$(if-expr "$5" == "",\
     4002  VBOX_SIGN_IMAGE_WITH_EV_FN = $(call VBOX_SIGN_FILE_FN,$1,$2,$3,$4,$5)$(if-expr "$5" == "" && "$(target)" != "bldRTSignTool",\
    40024003        $(if-expr "$4" == "2",$$(NLTAB),$(NLTAB))$(RM) -f -- "$1.dual" \
    40034004        $(if-expr "$4" == "2",$$(NLTAB),$(NLTAB))$(CP) -- "$1" "$1.dual" \
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