Changeset 36190 in vbox for trunk/src/VBox/Additions/linux/Makefile
- Timestamp:
- Mar 7, 2011 4:28:50 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 70394
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/Makefile
r33183 r36190 60 60 fi 61 61 62 63 62 install: 64 63 @$(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) -C vboxguest install … … 80 79 rm -f vboxguest.*o vboxsf.*o vboxvideo.*o 81 80 81 check: 82 @$(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) -C vboxguest check 83 82 84 load: 83 85 @/sbin/rmmod vboxvideo || true
Note:
See TracChangeset
for help on using the changeset viewer.