Changeset 104665 in vbox
- Timestamp:
- May 16, 2024 10:04:49 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/Makefile.kmk
r104659 r104665 918 918 919 919 $(PATH_TARGET)/VBoxSupCat.dir/VBoxSup.inf: $(PATH_SUB_CURRENT)/win/VBoxSup.inf $(MAKEFILE_CURRENT) | $$(dir $$@) 920 921 920 $(call MSG_GENERATE,VBoxSup-inf,$@,$<) 921 $(call VBOX_EDIT_INF_FN,$<,$@) 922 922 923 923 ifdef VBOX_SIGNING_MODE … … 928 928 929 929 $(PATH_TARGET)/VBoxSupCat.dir/VBoxSup.sys: $$(VBoxDrv_1_TARGET) | $$(dir $$@) 930 930 $(INSTALL) -m 644 -- "$<" "$(@D)" 931 931 932 932 $(PATH_TARGET)/VBoxSupCat.dir/VBoxSup.cat: \ 933 933 $(PATH_TARGET)/VBoxSupCat.dir/VBoxSup.inf \ 934 934 $(PATH_TARGET)/VBoxSupCat.dir/VBoxSup.sys 935 936 935 $(call MSG_TOOL,Inf2Cat,VBoxSup-inf,$@,$<) 936 $(call VBOX_MAKE_CAT_FN, $(@D),$@) 937 937 endif # signing 938 938 endif # win
Note:
See TracChangeset
for help on using the changeset viewer.