VirtualBox

Changeset 26336 in vbox


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
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/Makefile.kmk

    r25590 r26336  
    121121                | $$(dir $$@)
    122122        $(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 $@ $<
    124124        $(QUIET)$(CHMOD) 0755 $@
    125125
  • trunk/src/VBox/Additions/linux/drm/Makefile.kmk

    r24537 r26336  
    8585                | $$(dir $$@)
    8686        $(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" < $< > $@
    8888        $(QUIET)chmod 0755 $@
    8989
  • trunk/src/VBox/Additions/linux/sharedfolders/Makefile.kmk

    r24376 r26336  
    102102                | $$(dir $$@)
    103103        $(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 $@ $<
    105105        $(QUIET)chmod 0755 $@
    106106
  • 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