Changeset 39333 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Nov 16, 2011 3:19:21 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/Makefile.kmk
r39255 r39333 266 266 vboxdrv-mod_EXEC_SOURCES = \ 267 267 $(subst $(DQUOTE),,$(FILES_VBOXDRV_BIN)) \ 268 $(vboxdrv-mod_0_OUTDIR)/build_in_tmp \269 268 $(PATH_ROOT)/src/VBox/HostDrivers/linux/do_Module.symvers 270 269 vboxdrv-mod_CLEAN = \ 271 270 $(vboxdrv-mod_0_OUTDIR)/Makefile \ 272 271 $(PATH_TARGET)/vboxdrv-mod-1.dep \ 273 $(vboxdrv-mod_0_OUTDIR)/build_in_tmp274 272 275 273 # Scripts needed for building the kernel modules 276 277 $$(vboxdrv-mod_0_OUTDIR)/build_in_tmp: \278 $(PATH_ROOT)/src/VBox/HostDrivers/linux/build_in_tmp \279 $(VBOX_VERSION_STAMP) \280 | $$(dir $$@)281 $(call MSG_TOOL,Creating,,$@)282 $(QUIET)$(SED) \283 -e "s;_VERSION_;${VBOX_VERSION_STRING};g" \284 -e "s;_MODULE_;vboxdrv;g" \285 -e "s;_BUILDTYPE_;${KBUILD_TYPE};g" --output $@ $<286 $(QUIET)chmod 0755 $@287 274 288 275 includedep $(PATH_TARGET)/vboxdrv-mod-1.dep
Note:
See TracChangeset
for help on using the changeset viewer.