Changeset 14436 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt
- Timestamp:
- Nov 20, 2008 9:06:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.