VirtualBox

Changeset 22066 in vbox for trunk


Ignore:
Timestamp:
Aug 7, 2009 12:43:06 PM (15 years ago)
Author:
vboxsync
Message:

darwin/load.sh: generate dSYM directory on snow leopard. added missing ERR trap.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/darwin/load.sh

    r20527 r22066  
    115115
    116116trap "sudo chown -R `whoami` $DIR; exit 1" INT
     117trap "sudo chown -R `whoami` $DIR; exit 1" ERR
    117118# On smbfs, this might succeed just fine but make no actual changes,
    118119# so we might have to temporarily copy the driver to a local directory.
     
    154155#sudo chmod 666 /dev/vboxdrv
    155156kextstat | grep org.virtualbox.kext
     157if [ -n "${VBOX_DARWIN_SYMS}"  -a   "$XNU_VERSION" -ge "10" ]; then
     158    dsymutil -o "${VBOX_DARWIN_SYMS}/${DRVNAME}.dSYM" "${DIR}/Contents/MacOS/`basename -s .kext ${DRVNAME}`"
     159    sync
     160fi
    156161
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