VirtualBox

Changeset 14436 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
Nov 20, 2008 9:06:10 PM (16 years ago)
Author:
vboxsync
Message:

deb/rpm: fixed vboxnetflt module compilation

Location:
trunk/src/VBox/HostDrivers
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/linux/Makefile

    r14432 r14436  
    206206endif
    207207
     208KBUILD_VERBOSE ?= 1
     209
    208210#
    209211# Compiler options
     
    269271
    270272$(MODULE):
    271         $(MAKE) KBUILD_VERBOSE=1 -C $(KERN_DIR) SUBDIRS=$(CURDIR) SRCROOT=$(CURDIR) modules
     273        $(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) -C $(KERN_DIR) SUBDIRS=$(CURDIR) SRCROOT=$(CURDIR) modules
    272274
    273275ifeq ($(KERN_VERSION),24)
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/Makefile

    r14430 r14436  
    200200endif
    201201
     202KBUILD_VERBOSE ?= 1
     203
    202204#
    203205# Compiler options
     
    251253
    252254$(MODULE):
    253         $(MAKE) KBUILD_VERBOSE=1 -C $(KERN_DIR) SUBDIRS=$(CURDIR) SRCROOT=$(CURDIR) modules
     255        $(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) -C $(KERN_DIR) SUBDIRS=$(CURDIR) SRCROOT=$(CURDIR) modules
    254256
    255257install: $(MODULE)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette