Changeset 7141 in vbox
- Timestamp:
- Feb 25, 2008 8:53:38 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/Makefile.kmk
r7004 r7141 71 71 72 72 $(PATH_BIN)/src/build_in_tmp: \ 73 Support/linux/build_in_tmp73 $(PATH_SUB_CURRENT)/linux/build_in_tmp 74 74 $(call MSG_TOOL,Creating,,$@) 75 75 $(QUIET)$(SED) -e "s;_VERSION_;${VBOX_VERSION_STRING};g" < $< > $@ … … 77 77 78 78 $(PATH_BIN)/src/dkms.conf: \ 79 Support/linux/dkms.conf79 $(PATH_SUB_CURRENT)/linux/dkms.conf 80 80 $(call MSG_TOOL,Creating,,$@) 81 81 $(QUIET)$(SED) -e "s;_VERSION_;${VBOX_VERSION_STRING};g" < $< > $@
Note:
See TracChangeset
for help on using the changeset viewer.