VirtualBox

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


Ignore:
Timestamp:
Sep 14, 2010 1:17:44 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
65852
Message:

linux: added unload to makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/linux/Makefile

    r32183 r32478  
    7878        rm -f vboxdrv.ko vboxnetflt.ko vboxnetadp.ko
    7979
    80 load:
     80unload:
    8181        @for module in vboxnetadp vboxnetflt vboxdrv; do \
    8282                if grep "^$$module " /proc/modules >/dev/null; then \
     
    8585                fi; \
    8686        done
     87
     88load: unload
    8789        @for module in vboxdrv vboxnetflt vboxnetadp; do \
    8890                if test -f $$module.ko; then \
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette