Changeset 80289 in vbox
- Timestamp:
- Aug 15, 2019 10:32:58 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132744
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/Makefile-header.gmk
r78447 r80289 139 139 ifeq ($(shell if grep '"[2]\.' $(KERN_DIR)/include/linux/version.h > /dev/null 2>&1; then echo yes; fi),yes) 140 140 export KERN_VER KERN_DIR 141 else 142 # This makefile received some variables in the command line which should 143 # not be passed to the recursive make invocations (of the Linux makefile 144 # for building kernel modules), since they should derive KERN_DIR from the 145 # respective command line variables to come up with the value they expect. 146 unexport KERN_VER KERN_DIR MAKEFLAGS 141 147 endif 142 148
Note:
See TracChangeset
for help on using the changeset viewer.