Changeset 26336 in vbox for trunk/src/VBox
- Timestamp:
- Feb 8, 2010 10:30:14 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57424
- Location:
- trunk/src/VBox
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/Makefile.kmk
r25590 r26336 121 121 | $$(dir $$@) 122 122 $(call MSG_TOOL,Creating,,$@) 123 $(QUIET)$(SED) -e "s;_VERSION_;${VBOX_VERSION_STRING};g; s;_MODULE_;vboxguest;g " --output $@ $<123 $(QUIET)$(SED) -e "s;_VERSION_;${VBOX_VERSION_STRING};g; s;_MODULE_;vboxguest;g; s;_BUILDTYPE_;${KBUILD_TYPE};g" --output $@ $< 124 124 $(QUIET)$(CHMOD) 0755 $@ 125 125 -
trunk/src/VBox/Additions/linux/drm/Makefile.kmk
r24537 r26336 85 85 | $$(dir $$@) 86 86 $(call MSG_TOOL,Creating,,$@) 87 $(QUIET)$(SED) -e "s;_VERSION_;${VBOX_VERSION_STRING};g; s;_MODULE_;vboxvideo;g " < $< > $@87 $(QUIET)$(SED) -e "s;_VERSION_;${VBOX_VERSION_STRING};g; s;_MODULE_;vboxvideo;g; s;_BUILDTYPE_;${KBUILD_TYPE};g" < $< > $@ 88 88 $(QUIET)chmod 0755 $@ 89 89 -
trunk/src/VBox/Additions/linux/sharedfolders/Makefile.kmk
r24376 r26336 102 102 | $$(dir $$@) 103 103 $(call MSG_TOOL,Creating,,$@) 104 $(QUIET)$(SED) -e "s;_VERSION_;${VBOX_VERSION_STRING};g; s;_MODULE_;vboxvfs;g " --output $@ $<104 $(QUIET)$(SED) -e "s;_VERSION_;${VBOX_VERSION_STRING};g; s;_MODULE_;vboxvfs;g; s;_BUILDTYPE_;${KBUILD_TYPE};g" --output $@ $< 105 105 $(QUIET)chmod 0755 $@ 106 106 -
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 -
trunk/src/VBox/HostDrivers/VBoxNetAdp/Makefile.kmk
r24675 r26336 141 141 | $$(dir $$@) 142 142 $(call MSG_TOOL,Creating,,$@) 143 $(QUIET)$(SED) -e "s;_VERSION_;${VBOX_VERSION_STRING};g; s;_MODULE_;vboxnetadp;g " --output $@ $<143 $(QUIET)$(SED) -e "s;_VERSION_;${VBOX_VERSION_STRING};g; s;_MODULE_;vboxnetadp;g; s;_BUILDTYPE_;${KBUILD_TYPE};g" --output $@ $< 144 144 $(QUIET)chmod 0755 $@ 145 145 -
trunk/src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk
r25582 r26336 398 398 | $$(dir $$@) 399 399 $(call MSG_TOOL,Creating,,$@) 400 $(QUIET)$(SED) -e "s;_VERSION_;${VBOX_VERSION_STRING};g; s;_MODULE_;vboxnetflt;g " --output $@ $<400 $(QUIET)$(SED) -e "s;_VERSION_;${VBOX_VERSION_STRING};g; s;_MODULE_;vboxnetflt;g; s;_BUILDTYPE_;${KBUILD_TYPE};g" --output $@ $< 401 401 $(QUIET)chmod 0755 $@ 402 402 -
trunk/src/VBox/HostDrivers/linux/build_in_tmp
r26163 r26336 19 19 # additional information or have any questions. 20 20 # 21 22 # Set the build type 23 export BUILD_TYPE=_BUILDTYPE_ 21 24 22 25 # Attempt to build using DKMS first
Note:
See TracChangeset
for help on using the changeset viewer.