VirtualBox

Changeset 24952 in vbox for trunk/src


Ignore:
Timestamp:
Nov 25, 2009 1:48:32 PM (15 years ago)
Author:
vboxsync
Message:

Additions/linux/installer: include debug symbols in the installer archive for debug builds

File:
1 edited

Legend:

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

    r24835 r24952  
    415415        $(QUIET)tar --owner 0 --group 0 -cRf $(patsubst %.bz2,%,$@) \
    416416                -C $(VBOX_LNX_ADD_INST_OUT_DIR) \
    417                 bin init lib sbin share src
     417                bin init lib sbin share src \
     418                $(if $(filter $(KBUILD_TYPE),debug),debug)
    418419        $(QUIET)pbzip2 $(patsubst %.bz2,%,$@)
    419420else
    420421        $(QUIET)tar --owner 0 --group 0 --ignore-failed-read -cjRf $@ \
    421422                -C $(VBOX_LNX_ADD_INST_OUT_DIR) \
    422                 bin init lib sbin share src
     423                bin init lib sbin share src \
     424                $(if $(filter $(KBUILD_TYPE),debug),debug)
    423425endif
    424426        $(QUIET)$(CHMOD) 0644 $@
Note: See TracChangeset for help on using the changeset viewer.

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