VirtualBox

Changeset 75174 in vbox for trunk


Ignore:
Timestamp:
Oct 30, 2018 10:57:41 AM (6 years ago)
Author:
vboxsync
Message:

Support/Makefile.kmk: Fixed bldRTSignTool dependency issue on darwin. bugref:9232

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/Makefile.kmk

    r75053 r75174  
    112112                $(foreach cert,$(VBOX_SUP_WIN_CERTS),$(VBOX_PATH_SUPR3_CERTIFICATES)/$(lastword $(subst =,$(SPACE) ,$(cert)))) \
    113113                $(VBOX_BIN2C) \
    114                 $(if-expr  "$(KBUILD_TARGET)" == "win" && defined(VBOX_WITH_HARDENING),$(VBOX_RTSIGNTOOL)) \
     114                $(if-expr  ("$(KBUILD_TARGET)" == "win" && defined(VBOX_WITH_HARDENING)) \
     115                        || ("$(KBUILD_TARGET)" == "darwin" && defined(VBOX_WITH_DARWIN_R0_DARWIN_IMAGE_VERIFICATION) && defined(VBOX_SIGNING_MODE)) \
     116                ,$(VBOX_RTSIGNTOOL)) \
    115117                | $$(dir $$@)
    116118        $(QUIET)$(RM) -f -- $@ [email protected]
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