VirtualBox

Changeset 53981 in vbox for trunk/src/VBox/Installer/darwin


Ignore:
Timestamp:
Jan 27, 2015 6:58:32 PM (10 years ago)
Author:
vboxsync
Message:

Adding the VBoxDTrace wrapper binary to the installers. Fixing extpack build break. Simplified VBOX_WITH_DTRACE* test in the makefiles.

File:
1 edited

Legend:

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

    r53745 r53981  
    454454        MacOS/VirtualBoxVM \
    455455        $(if $(VBOX_WITH_WEBSERVICES),MacOS/vboxwebsrv) \
    456         MacOS/VirtualBox
     456        MacOS/VirtualBox \
     457        $(if $(VBOX_WITH_DTRACE),MacOS/VBoxDTrace,)
    457458
    458459VBOX_DI_VBAPP_UNIVERSAL_PROGS = \
     
    880881        $(APPEND) -tn $(VBOX_PATH_PACK_TMP)/VirtualBoxCLI.pkg.root/usr/bin/VBoxAutostart \
    881882                '#!/bin/bash' 'exec /Applications/VirtualBox.app/Contents/MacOS/VBoxAutostart "$$@"'
     883ifdef VBOX_WITH_DTRACE
     884        $(APPEND) -tn $(VBOX_PATH_PACK_TMP)/VirtualBoxCLI.pkg.root/usr/bin/VBoxDTrace \
     885                '#!/bin/bash' 'exec /Applications/VirtualBox.app/Contents/MacOS/VBoxDTrace "$$@"'
     886endif
    882887        @# Set the correct owners and file permissions.
    883888        sudo chmod 0755 $(VBOX_PATH_PACK_TMP)/VirtualBoxCLI.pkg.root/usr/bin/*
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