VirtualBox

Changeset 104790 in vbox for trunk/src


Ignore:
Timestamp:
May 27, 2024 11:36:58 AM (8 months ago)
Author:
vboxsync
Message:

HostDrivers/VBoxUSB: Renamed build target install-infs to VBoxUSB-inf, to make it consistent and more meaningful to the rest of the (support) driver targets.

File:
1 edited

Legend:

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

    r104659 r104790  
    4141ifdef VBOX_WITH_VBOXDRV
    4242 SYSMODS.win   += VBoxUSB VBoxUSBMon
    43  INSTALLS.win  += install-infs
     43 INSTALLS.win  += VBoxUSB-inf
    4444endif
    4545PROGRAMS.win  += USBInstall USBUninstall USBTest
     
    156156# Install the INF files.
    157157#
    158 install-infs_TEMPLATE = VBoxR0DrvInfCat
    159 install-infs_SOURCES = \
     158VBoxUSB-inf_TEMPLATE = VBoxR0DrvInfCat
     159VBoxUSB-inf_SOURCES = \
    160160        $(PATH_TARGET)/VBoxUSBCat.dir/VBoxUSB.inf \
    161161        $(PATH_TARGET)/VBoxUSBMonCat.dir/VBoxUSBMon.inf
    162 install-infs_CLEAN = $(install-infs_SOURCES)
    163 install-infs_BLDDIRS = \
     162VBoxUSB-inf_CLEAN = $(VBoxUSB-inf_SOURCES)
     163VBoxUSB-inf_BLDDIRS = \
    164164        $(PATH_TARGET)/VBoxUSBCat.dir \
    165165        $(PATH_TARGET)/VBoxUSBMonCat.dir
    166166
    167167$(PATH_TARGET)/VBoxUSBCat.dir/VBoxUSB.inf: $(PATH_SUB_CURRENT)/dev/VBoxUSB.inf $(MAKEFILE_CURRENT) | $$(dir $$@)
    168         $(call MSG_GENERATE,install-infs,$@,$<)
     168        $(call MSG_GENERATE,VBoxUSB-inf,$@,$<)
    169169        $(call VBOX_EDIT_INF_FN,$<,$@)
    170170
    171171$(PATH_TARGET)/VBoxUSBMonCat.dir/VBoxUSBMon.inf: $(PATH_SUB_CURRENT)/mon/VBoxUSBMon.inf $(MAKEFILE_CURRENT) | $$(dir $$@)
    172         $(call MSG_GENERATE,install-infs,$@,$<)
     172        $(call MSG_GENERATE,VBoxUSB-inf,$@,$<)
    173173        $(call VBOX_EDIT_INF_FN,$<,$@)
    174174
    175175ifdef VBOX_SIGNING_MODE
    176  install-infs_SOURCES += \
     176 VBoxUSB-inf_SOURCES += \
    177177        $(PATH_TARGET)/VBoxUSBCat.dir/VBoxUSB.cat \
    178178        $(PATH_TARGET)/VBoxUSBCat.dir/VBoxUSB.cat=>VBoxUSB-PreW10.cat \
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