VirtualBox

Changeset 80973 in vbox for trunk/src


Ignore:
Timestamp:
Sep 24, 2019 1:44:46 PM (5 years ago)
Author:
vboxsync
Message:

Installer/linux: Heed VBOX_WITH_REM. bugref:9576

File:
1 edited

Legend:

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

    r80360 r80973  
    138138        VBoxDD.so \
    139139        VBoxDD2.so \
    140         VBoxREM.so \
    141140        VBoxDDU.so \
    142141        VBoxVMM.so \
    143         $(if $(eq $(KBUILD_TARGET_ARCH),x86),VBoxREM32.so,) \
    144         $(if $(eq $(KBUILD_TARGET_ARCH),x86),VBoxREM64.so,) \
    145142        VBoxRT.so \
    146143        $(if $(VBOX_WITH_VBOXSDL),VBoxSDL $(if $(VBOX_WITH_HARDENING),VBoxSDL.so),) \
     
    177174        VBoxTunctl
    178175
     176ifdef VBOX_WITH_REM
     177 VBOX_LNX_STRIP_BIN += \
     178        VBoxREM.so \
     179        $(if $(eq $(KBUILD_TARGET_ARCH),x86),VBoxREM32.so,) \
     180        $(if $(eq $(KBUILD_TARGET_ARCH),x86),VBoxREM64.so,)
     181endif
     182
    179183# Do not remove relocation information of these binaries
    180184VBOX_LNX_STRIP_OBJ = \
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