Changeset 69565 in vbox
- Timestamp:
- Nov 3, 2017 2:42:20 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/Makefile.include.header
r69527 r69565 95 95 # kernel base directory 96 96 ifdef KERN_DIR 97 ifeq ($(filter %/build,$(KERN_DIR)),) 98 $(error The variable KERN_DIR must be a kernel build folder and end with /build without a trailing slash) 97 ifndef KERN_VER 98 ifeq ($(filter %/build,$(KERN_DIR)),) 99 $(error The variable KERN_DIR must be a kernel build folder and end with /build without a trailing slash, or KERN_VER must be set) 100 endif 99 101 endif 100 102 endif … … 138 140 ifneq ($(shell if test -d $(KERN_DIR); then echo yes; fi),yes) 139 141 $(error Error: unable to find the headers of the Linux kernel to build against. \ 140 Specify KERN_VER=<version> and run Make again)142 Specify KERN_VER=<version> (currently $(KERN_VER)) and run Make again) 141 143 endif 142 144 # Kernel include folder
Note:
See TracChangeset
for help on using the changeset viewer.