Changeset 26336 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Feb 8, 2010 10:30:14 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57424
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/Makefile.kmk
r26218 r26336 283 283 | $$(dir $$@) 284 284 $(call MSG_TOOL,Creating,,$@) 285 $(QUIET)$(SED) -e "s;_VERSION_;${VBOX_VERSION_STRING};g; s;_MODULE_;vboxdrv;g " --output $@ $<285 $(QUIET)$(SED) -e "s;_VERSION_;${VBOX_VERSION_STRING};g; s;_MODULE_;vboxdrv;g; s;_BUILDTYPE_;${KBUILD_TYPE};g" --output $@ $< 286 286 $(QUIET)chmod 0755 $@ 287 287
Note:
See TracChangeset
for help on using the changeset viewer.