Changeset 93250 in vbox
- Timestamp:
- Jan 15, 2022 1:22:12 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r93249 r93250 3982 3982 # This builds on Plan B, since the corp code signing always replaces existing 3983 3983 # 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. 3985 3986 # 3986 3987 # So, here is what we do. … … 3999 4000 # 4000 4001 # @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",\ 4002 4003 $(if-expr "$4" == "2",$$(NLTAB),$(NLTAB))$(RM) -f -- "$1.dual" \ 4003 4004 $(if-expr "$4" == "2",$$(NLTAB),$(NLTAB))$(CP) -- "$1" "$1.dual" \
Note:
See TracChangeset
for help on using the changeset viewer.