VirtualBox

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


Ignore:
Timestamp:
Oct 27, 2015 3:00:49 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
103691
Message:

loadall.sh: Fixed test for vboxdrv.ko for triggering make clean.

File:
1 edited

Legend:

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

    r58430 r58432  
    1919MY_DIR="${TARGET%/[!/]*}"
    2020
    21 if test -f src/vboxdrv.ko; then
     21if test -f "${MY_DIR}/src/vboxdrv/vboxdrv.ko"; then
    2222    echo "Cleaning build folder."
    2323    make -C "${MY_DIR}/src" clean > /dev/null
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