VirtualBox

Changeset 970 in vbox for trunk/src


Ignore:
Timestamp:
Feb 19, 2007 10:03:53 AM (18 years ago)
Author:
vboxsync
Message:

removed that OpenSUSE hack, it should really not be necessary

File:
1 edited

Legend:

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

    r411 r970  
    8484ifndef $(KERN_INCL)
    8585 KERN_INCL = $(KERN_DIR)/include
    86 # Instead of sticking to the standards, OpenSUSE 10.2 only puts a few include
    87 # files in /lib/modules/$(uname -r)/build/include, and puts the rest in
    88 # /lib/modules/$(uname -r)/source/include, which points into the kernel sources
    89  EXTRA_INCL = /lib/modules/$(shell uname -r)/source/include
    90  $(info Info: using $(KERN_INCL) as the include directory of your Linux kernel. If this is not correct, specify KERN_INCL=<directory> and run Make again.)
    9186endif
    9287ifneq ($(shell if test -d $(KERN_INCL); then echo yes; fi),yes)
     
    10095  MODULE_DIR := $(MODULE_DIR_TST)/misc
    10196 else
    102   $(error Error: could not find the module directory for your current Linux kernel)
     97  $(error Unable to find the folder to install the support driver to)
    10398 endif
    10499endif # MODULE_DIR unspecified
     
    183178        for f in . linux r0drv r0drv/linux; do rm -f $$f/*.o $$f/.*.cmd $$f/.*.flags; done
    184179        rm -rf .vboxdrv* .tmp_ver* vboxdrv.* Module.symvers Modules.symvers
    185 
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