VirtualBox

Changeset 35381 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
Dec 30, 2010 4:12:47 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
69242
Message:

The DIRDEP is deprecated, use dir/ or $$(dir $$@) instead.

Location:
trunk/src/VBox/HostDrivers
Files:
2 edited

Legend:

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

    r35380 r35381  
    211211VBoxDrv-inf_BLDDIRS = $(PATH_TARGET)/VBoxDrvCat.dir
    212212
    213 $(PATH_TARGET)/VBoxDrvCat.dir/VBoxDrv.inf: $(PATH_SUB_CURRENT)/win/VBoxDrv.inf $(MAKEFILE_CURRENT) | $$(call DIRDEP,$$(@D))
     213$(PATH_TARGET)/VBoxDrvCat.dir/VBoxDrv.inf: $(PATH_SUB_CURRENT)/win/VBoxDrv.inf $(MAKEFILE_CURRENT) | $$(dir $$@)
    214214        $(call MSG_GENERATE,VBoxDrv-inf,$@,$<)
    215215        $(call VBOX_EDIT_INF_FN,$<,$@)
     
    220220        $(PATH_TARGET)/VBoxDrvCat.dir/VBoxDrv.cat
    221221
    222 $(PATH_TARGET)/VBoxDrvCat.dir/VBoxDrv.sys: $$(TARGET_VBoxDrv) | $$(call DIRDEP,$$(@D))
     222$(PATH_TARGET)/VBoxDrvCat.dir/VBoxDrv.sys: $$(TARGET_VBoxDrv) | $$(dir $$@)
    223223        $(INSTALL) -m 644 $< $(@D)
    224224
  • trunk/src/VBox/HostDrivers/VBoxUSB/win/Makefile.kmk

    r31898 r35381  
    157157        $(PATH_TARGET)/VBoxUSBMonCat.dir
    158158
    159 $(PATH_TARGET)/VBoxUSBCat.dir/VBoxUSB.inf: $(PATH_SUB_CURRENT)/Device/VBoxUSB.inf $(MAKEFILE_CURRENT) | $$(call DIRDEP,$$(@D))
     159$(PATH_TARGET)/VBoxUSBCat.dir/VBoxUSB.inf: $(PATH_SUB_CURRENT)/Device/VBoxUSB.inf $(MAKEFILE_CURRENT) | $$(dir $$@)
    160160        $(call MSG_GENERATE,install-infs,$@,$<)
    161161        $(call VBOX_EDIT_INF_FN,$<,$@)
    162162
    163 $(PATH_TARGET)/VBoxUSBMonCat.dir/VBoxUSBMon.inf: $(PATH_SUB_CURRENT)/Monitor/VBoxUSBMon.inf $(MAKEFILE_CURRENT) | $$(call DIRDEP,$$(@D))
     163$(PATH_TARGET)/VBoxUSBMonCat.dir/VBoxUSBMon.inf: $(PATH_SUB_CURRENT)/Monitor/VBoxUSBMon.inf $(MAKEFILE_CURRENT) | $$(dir $$@)
    164164        $(call MSG_GENERATE,install-infs,$@,$<)
    165165        $(call VBOX_EDIT_INF_FN,$<,$@)
    166166
    167 $(PATH_TARGET)/VBoxUSBFltCat.dir/VBoxUSBFlt.inf: $(PATH_SUB_CURRENT)/Filter/VBoxUSBFlt.inf $(MAKEFILE_CURRENT) | $$(call DIRDEP,$$(@D))
     167$(PATH_TARGET)/VBoxUSBFltCat.dir/VBoxUSBFlt.inf: $(PATH_SUB_CURRENT)/Filter/VBoxUSBFlt.inf $(MAKEFILE_CURRENT) | $$(dir $$@)
    168168        $(call MSG_GENERATE,install-infs,$@,$<)
    169169        $(call VBOX_EDIT_INF_FN,$<,$@)
     
    176176        $(PATH_TARGET)/VBoxUSBMonCat.dir/VBoxUSBMon.sys
    177177
    178 $(PATH_TARGET)/VBoxUSBCat.dir/VBoxUSB.sys: $$(TARGET_VBoxUSB) | $$(call DIRDEP,$$(@D))
     178$(PATH_TARGET)/VBoxUSBCat.dir/VBoxUSB.sys: $$(TARGET_VBoxUSB) | $$(dir $$@)
    179179        $(INSTALL) -m 644 $< $(@D)
    180180
     
    185185        $(call VBOX_MAKE_CAT_FN, $(@D),$@)
    186186
    187 $(PATH_TARGET)/VBoxUSBMonCat.dir/VBoxUSBMon.sys: $$(TARGET_VBoxUSBMon) | $$(call DIRDEP,$$(@D))
     187$(PATH_TARGET)/VBoxUSBMonCat.dir/VBoxUSBMon.sys: $$(TARGET_VBoxUSBMon) | $$(dir $$@)
    188188        $(INSTALL) -m 644 $< $(@D)
    189189
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette