Changeset 33184 in vbox for trunk/src/VBox/Additions/common/VBoxGuest/linux
- Timestamp:
- Oct 18, 2010 8:40:26 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/linux/Makefile
r33033 r33184 290 290 291 291 clean: 292 for f in . linux r0drv r0drv/linux r0drv/generic VBox common/err common/string common/log generic common/math/gcc; \ 292 for f in . linux r0drv generic r0drv/linux r0drv/generic VBox \ 293 common/alloc common/err common/log common/math/gcc common/misc common/string common/time; \ 293 294 do rm -f $$f/*.o $$f/.*.cmd $$f/.*.flags; done 294 295 rm -rf .vboxguest* .tmp_ver* vboxguest.* Module.symvers Modules.symvers modules.order
Note:
See TracChangeset
for help on using the changeset viewer.