VirtualBox

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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