VirtualBox

Changeset 26336 in vbox for trunk/src/VBox/Additions/linux


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/Additions/linux
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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
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