VirtualBox

Changeset 58325 in vbox for trunk/src/VBox/HostDrivers/linux


Ignore:
Timestamp:
Oct 20, 2015 9:01:21 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
103524
Message:

Installer/linux (host): loadall.sh clean-up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/linux/loadall.sh

    r58324 r58325  
    2020MY_DIR="${TARGET%/[!/]*}"
    2121
     22if test -f src/vboxdrv.ko; then
     23    echo "Cleaning build folder."
     24    make -C "${MY_DIR}/src" clean > /dev/null
     25fi
    2226if test ${#} -eq 0; then
    23     sudo "${MY_DIR}/vboxdrv.sh" setup
     27    sudo "${MY_DIR}/vboxdrv.sh" start
    2428elif test ${#} = 1 && test "x${1}" = x-u; then
    2529    sudo "${MY_DIR}/vboxdrv.sh" cleanup
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