VirtualBox

Ignore:
Timestamp:
Jan 6, 2009 11:10:51 AM (16 years ago)
Author:
vboxsync
Message:

Linux guest additions: Makefile for convenience

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/module/Makefile.module

    r14218 r15816  
    132132 endif
    133133
    134  # module install dir.
     134 # module install dir, only for current kernel
    135135 ifneq ($(filter install install_rpm,$(MAKECMDGOALS)),)
    136136  ifndef MODULE_DIR
     
    174174endif
    175175
     176KBUILD_VERBOSE ?= 1
    176177
    177178#
     
    231232
    232233$(MODULE):
    233         $(MAKE) KBUILD_VERBOSE=1 -C $(KERN_DIR) SUBDIRS=$(CURDIR) SRCROOT=$(CURDIR) modules
     234        $(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) -C $(KERN_DIR) SUBDIRS=$(CURDIR) SRCROOT=$(CURDIR) modules
    234235
    235236endif
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