Changeset 15816 in vbox for trunk/src/VBox/Additions/linux/module
- Timestamp:
- Jan 6, 2009 11:10:51 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/module/Makefile.module
r14218 r15816 132 132 endif 133 133 134 # module install dir .134 # module install dir, only for current kernel 135 135 ifneq ($(filter install install_rpm,$(MAKECMDGOALS)),) 136 136 ifndef MODULE_DIR … … 174 174 endif 175 175 176 KBUILD_VERBOSE ?= 1 176 177 177 178 # … … 231 232 232 233 $(MODULE): 233 $(MAKE) KBUILD_VERBOSE= 1-C $(KERN_DIR) SUBDIRS=$(CURDIR) SRCROOT=$(CURDIR) modules234 $(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) -C $(KERN_DIR) SUBDIRS=$(CURDIR) SRCROOT=$(CURDIR) modules 234 235 235 236 endif
Note:
See TracChangeset
for help on using the changeset viewer.