VirtualBox

Changeset 69601 in vbox


Ignore:
Timestamp:
Nov 6, 2017 3:41:12 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118956
Message:

Linux kernel module make files/Config.kmk: simplify kernel version selection.
bugref:4567: Linux kernel driver maintenance

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r69572 r69601  
    42084208 ifndef KERN_DIR
    42094209  ifndef KERN_VER
    4210    KERN_VER=$(notdir $(firstword $(patsubst %/build/.config,%,$(shell LC_ALL=C ls -t /lib/modules/*/build/.config 2>/dev/null))))
     4210   KERN_VER=$(patsubst /lib/modules/%/build/.config,%,$(firstword $(shell LC_ALL=C ls -t /lib/modules/*/build/.config 2>/dev/null)))
    42114211  endif
    42124212  ifeq ($(KERN_VER),)
Note: See TracChangeset for help on using the changeset viewer.

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