Ticket #12735: VBox-uapi_version_h.2.diff
File VBox-uapi_version_h.2.diff, 969 bytes (added by , 11 years ago) |
---|
-
Makefile.kmk
1666 1666 sdk-fetch: 1667 1667 + $(KMK) VBOX_ONLY_SDK=1 -C tools 1668 1668 1669 1670 bla: 1671 echo PATH_TARGET: $(PATH_TARGET) -
src/VBox/Installer/linux/Makefile.include.header
109 109 110 110 # includes 111 111 ifndef KERN_INCL 112 KERN_INCL = $(KERN_DIR)/include 112 ifeq ($(shell if test -d $(KERN_DIR)/include/generated/uapi; then echo yes; fi),yes) 113 KERN_INCL = $(KERN_DIR)/include/generated/uapi 114 else 115 KERN_INCL = $(KERN_DIR)/include 116 endif 113 117 endif 114 118 ifneq ($(shell if test -d $(KERN_INCL); then echo yes; fi),yes) 115 119 $(error Error: unable to find the include directory for your current Linux \