Changeset 14436 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Nov 20, 2008 9:06:10 PM (16 years ago)
- Location:
- trunk/src/VBox/HostDrivers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/Makefile
r14432 r14436 206 206 endif 207 207 208 KBUILD_VERBOSE ?= 1 209 208 210 # 209 211 # Compiler options … … 269 271 270 272 $(MODULE): 271 $(MAKE) KBUILD_VERBOSE= 1-C $(KERN_DIR) SUBDIRS=$(CURDIR) SRCROOT=$(CURDIR) modules273 $(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) -C $(KERN_DIR) SUBDIRS=$(CURDIR) SRCROOT=$(CURDIR) modules 272 274 273 275 ifeq ($(KERN_VERSION),24) -
trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/Makefile
r14430 r14436 200 200 endif 201 201 202 KBUILD_VERBOSE ?= 1 203 202 204 # 203 205 # Compiler options … … 251 253 252 254 $(MODULE): 253 $(MAKE) KBUILD_VERBOSE= 1-C $(KERN_DIR) SUBDIRS=$(CURDIR) SRCROOT=$(CURDIR) modules255 $(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) -C $(KERN_DIR) SUBDIRS=$(CURDIR) SRCROOT=$(CURDIR) modules 254 256 255 257 install: $(MODULE)
Note:
See TracChangeset
for help on using the changeset viewer.