VirtualBox

Changeset 18883 in vbox for trunk/src


Ignore:
Timestamp:
Apr 14, 2009 11:07:55 AM (16 years ago)
Author:
vboxsync
Message:

Main/Makefile.kmk: install .so symlinks in components for hardened builds.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/Makefile.kmk

    r18866 r18883  
    657657
    658658
     659if defined(VBOX_WITH_HARDENING) && "$(KBUILD_TARGET)" == "linux"
     660 #
     661 # Installs linux/hardening related things to components.
     662 #
     663 INSTALLS.linux += VBoxMain-hardening-inst
     664 VBoxMain-hardening-inst_INST = $(INST_BIN)components/
     665 VBoxMain-hardening-inst_SYMLINKS = \
     666        VBoxDDU.so=../VBoxDDU.so \
     667        VBoxREM.so=../VBoxREM.so \
     668        VBoxRT.so=../VBoxRT.so \
     669        VBoxVMM.so=../VBoxVMM.so \
     670        VBoxXPCOM.so=../VBoxXPCOM.so
     671endif
     672
     673
    659674# generate rules
    660675include $(KBUILD_PATH)/subfooter.kmk
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