Changeset 58325 in vbox for trunk/src/VBox/HostDrivers/linux
- Timestamp:
- Oct 20, 2015 9:01:21 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103524
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/linux/loadall.sh
r58324 r58325 20 20 MY_DIR="${TARGET%/[!/]*}" 21 21 22 if test -f src/vboxdrv.ko; then 23 echo "Cleaning build folder." 24 make -C "${MY_DIR}/src" clean > /dev/null 25 fi 22 26 if test ${#} -eq 0; then 23 sudo "${MY_DIR}/vboxdrv.sh" s etup27 sudo "${MY_DIR}/vboxdrv.sh" start 24 28 elif test ${#} = 1 && test "x${1}" = x-u; then 25 29 sudo "${MY_DIR}/vboxdrv.sh" cleanup
Note:
See TracChangeset
for help on using the changeset viewer.