VirtualBox

Ignore:
Timestamp:
Aug 31, 2007 10:02:25 AM (17 years ago)
Author:
vboxsync
Message:

build debian debug packages

File:
1 edited

Legend:

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

    r4153 r4465  
    2222endif
    2323
    24 PROGRAMS     = VBoxTunctl
    25 PACKING      = $(if $(VBOX_OSE),,$(PATH_BIN)/VirtualBox.run)
    26 PACKING     += $(PATH_BIN)/VirtualBox.tar.bz2
    27 OTHER_CLEAN  = $(addprefix $(PATH_TARGET)/install/,\
    28                install.sh deffiles routines.sh \
    29                VBoxAddIF.sh vboxdrv.sh vboxnet.sh \
    30                VirtualBox.tar.bz2 LICENSE) \
    31                $(wildcard $(PATH_TARGET)/VirtualBox-*)
    32 INSTALLS     = linux-bin linux-doc
     24PROGRAMS       = VBoxTunctl
     25PACKING        = $(if $(VBOX_OSE),,$(PATH_BIN)/VirtualBox.run)
     26PACKING       += $(PATH_BIN)/VirtualBox.tar.bz2
     27OTHER_CLEAN    = $(addprefix $(PATH_TARGET)/install/,\
     28                 install.sh deffiles routines.sh \
     29                 VBoxAddIF.sh vboxdrv.sh vboxnet.sh \
     30                 VirtualBox.tar.bz2 LICENSE) \
     31                 $(wildcard $(PATH_TARGET)/VirtualBox-*)
     32INSTALLS       = linux-bin linux-doc
     33VBOX_DO_STRIP ?= $(if $(filter release profile,$(BUILD_TYPE)),1,)
    3334
    3435VBoxTunctl_TEMPLATE = VBOXR3EXE
     
    7172        components/VBoxXPCOMIPCC.so
    7273
    73 # Don't remove relocation information of these binaries
     74# Do not remove relocation information of these binaries
    7475LINUXSTRIPOBJ = \
    7576        VBoxDD2GC.gc \
     
    8485endif
    8586
    86 # Don't strip anything of these files
     87# Do not strip anything of these files
    8788LINUXNOSTRIP = \
    8889        $(if $(VBOX_OSE),,LICENSE) \
     
    204205                $(PATH_TARGET)/archive/% : $(PATH_BIN)/% | $(call DIRDEP,$(PATH_TARGET)/archive)
    205206        $(call MSG_INST_FILE,$<,$@)
    206         $(QUIET)install -D -m 0755 $(if $(filter release profile,$(BUILD_TYPE)),-s,) $< $@
     207        $(QUIET)install -D -m 0755 $(if $(VBOX_DO_STRIP),-s,) $< $@
    207208
    208209$(foreach f,$(LINUXSTRIPOBJ),$(PATH_TARGET)/archive/$(f)): \
    209210                $(PATH_TARGET)/archive/% : $(PATH_BIN)/% | $(call DIRDEP,$(PATH_TARGET)/archive)
    210211        $(call MSG_INST_FILE,$<,$@)
    211         $(QUIET)objcopy --strip-unneeded -R .comment $< $@
     212        $(QUIET)$(if $(VBOX_DO_STRIP),objcopy --strip-unneeded -R .comment $< $@,cp $< $@)
    212213
    213214$(foreach f,$(LINUXNOSTRIP),$(PATH_TARGET)/archive/$(f)): \
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