VirtualBox

Changeset 26336 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
Feb 8, 2010 10:30:14 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57424
Message:

Installers/linux: enable debug builds of the Linux installers again

Location:
trunk/src/VBox/HostDrivers
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/Makefile.kmk

    r26218 r26336  
    283283                | $$(dir $$@)
    284284        $(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 $@ $<
    286286        $(QUIET)chmod 0755 $@
    287287
  • trunk/src/VBox/HostDrivers/VBoxNetAdp/Makefile.kmk

    r24675 r26336  
    141141                | $$(dir $$@)
    142142        $(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 $@ $<
    144144        $(QUIET)chmod 0755 $@
    145145
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk

    r25582 r26336  
    398398                | $$(dir $$@)
    399399        $(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 $@ $<
    401401        $(QUIET)chmod 0755 $@
    402402
  • trunk/src/VBox/HostDrivers/linux/build_in_tmp

    r26163 r26336  
    1919# additional information or have any questions.
    2020#
     21
     22# Set the build type
     23export BUILD_TYPE=_BUILDTYPE_
    2124
    2225# Attempt to build using DKMS first
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette