Changeset 69569 in vbox
- Timestamp:
- Nov 3, 2017 2:57:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r69567 r69569 4208 4208 ifndef KERN_DIR 4209 4209 ifndef KERN_VER 4210 KERN_VER=$(notdir $(lastword $(s ort $(wildcard /lib/modules/*))))4210 KERN_VER=$(notdir $(lastword $(shell LC_ALL=C ls -t /lib/modules/))) 4211 4211 endif 4212 4212 ifneq ($(KERN_VER),)
Note:
See TracChangeset
for help on using the changeset viewer.