VirtualBox

Changeset 104665 in vbox


Ignore:
Timestamp:
May 16, 2024 10:04:49 AM (7 months ago)
Author:
vboxsync
Message:

HostDrivers: Only build windows drivers if VBOX_WITH_VBOXDRV is set, bugref:10392 [build fix]

File:
1 edited

Legend:

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

    r104659 r104665  
    918918
    919919   $(PATH_TARGET)/VBoxSupCat.dir/VBoxSup.inf: $(PATH_SUB_CURRENT)/win/VBoxSup.inf $(MAKEFILE_CURRENT) | $$(dir $$@)
    920         $(call MSG_GENERATE,VBoxSup-inf,$@,$<)
    921         $(call VBOX_EDIT_INF_FN,$<,$@)
     920        $(call MSG_GENERATE,VBoxSup-inf,$@,$<)
     921        $(call VBOX_EDIT_INF_FN,$<,$@)
    922922
    923923   ifdef VBOX_SIGNING_MODE
     
    928928
    929929    $(PATH_TARGET)/VBoxSupCat.dir/VBoxSup.sys: $$(VBoxDrv_1_TARGET) | $$(dir $$@)
    930         $(INSTALL) -m 644 -- "$<" "$(@D)"
     930        $(INSTALL) -m 644 -- "$<" "$(@D)"
    931931
    932932    $(PATH_TARGET)/VBoxSupCat.dir/VBoxSup.cat: \
    933933                $(PATH_TARGET)/VBoxSupCat.dir/VBoxSup.inf \
    934934                $(PATH_TARGET)/VBoxSupCat.dir/VBoxSup.sys
    935         $(call MSG_TOOL,Inf2Cat,VBoxSup-inf,$@,$<)
    936         $(call VBOX_MAKE_CAT_FN, $(@D),$@)
     935        $(call MSG_TOOL,Inf2Cat,VBoxSup-inf,$@,$<)
     936        $(call VBOX_MAKE_CAT_FN, $(@D),$@)
    937937   endif # signing
    938938  endif # win
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