VirtualBox

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


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.

File:
1 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                $<
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