VirtualBox

Changeset 44345 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Jan 23, 2013 8:27:12 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
83302
Message:

Installer/solaris,Installer/freebsd: Follow the Windows & Linux examples wrt VBoxBFE.

Location:
trunk/src/VBox/Installer
Files:
2 edited

Legend:

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

    r43429 r44345  
    203203endif
    204204
    205 # BFE
    206 ifdef VBOX_WITH_VBOXBFE
    207  VBOX_FBSD_STRIP_BIN += \
    208         VBoxBFE \
    209         $(if $(VBOX_WITH_HARDENING),VBoxBFE.so)
    210  VBOX_FBSD_SYMLINKS += \
    211         VBoxBFE
    212 endif
     205## VBoxBFE - Follow the example set by Windows and Linux.
     206#ifdef VBOX_WITH_VBOXBFE
     207# VBOX_FBSD_STRIP_BIN += \
     208#       VBoxBFE \
     209#       $(if $(VBOX_WITH_HARDENING),VBoxBFE.so)
     210# VBOX_FBSD_SYMLINKS += \
     211#       VBoxBFE
     212#endif
    213213
    214214# Webservices
     
    323323                -e "s;_VBOX_REM_32BIT_MODULE_;$(if $(eq $(KBUILD_TARGET_ARCH),x86),VBoxREM32.so,);g" \
    324324                -e "s;_VBOX_REM_64BIT_MODULE_;$(if $(eq $(KBUILD_TARGET_ARCH),x86),VBoxREM64.so,);g" \
     325                -e "/VBoxBFE/d" \
    325326                --output $@ \
    326327                $<
  • trunk/src/VBox/Installer/solaris/Makefile.kmk

    r44216 r44345  
    207207        $(if $(VBOX_WITH_QTGUI),VirtualBox,) \
    208208        VBoxManage \
    209         $(if $(VBOX_WITH_VBOXBFE),VBoxBFE,) \
    210209        $(if $(VBOX_WITH_VBOXSDL),VBoxSDL,) \
    211210        $(if $(VBOX_WITH_NETADP),VBoxNetAdpCtl,) \
     
    216215        VBoxXPCOMIPCD \
    217216        $(if $(VBOX_WITH_KCHMVIEWER),kchmviewer,)
     217## Follow the Windows + Linux example of not shipping VBoxBFE.
     218#SOLARIS_STRIP_EXES = \
     219#       $(if $(VBOX_WITH_VBOXBFE),VBoxBFE,)
    218220
    219221SOLARIS_DRIVER_BINS = \
     
    270272SOLARIS_STRIP_BINS += \
    271273        VBoxNetDHCP.so \
    272         $(if $(VBOX_WITH_VBOXBFE),VBoxBFE.so,) \
    273274        $(if $(VBOX_WITH_VBOXSDL),VBoxSDL.so,) \
    274275        $(if $(VBOX_WITH_QTGUI),VirtualBox.so,)
     276## Follow the Windows + Linux example of not shipping VBoxBFE.
     277#SOLARIS_STRIP_BINS += \
     278#       $(if $(VBOX_WITH_VBOXBFE),VBoxBFE.so,)
    275279endif
    276280
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