Changeset 19938 in vbox
- Timestamp:
- May 23, 2009 1:10:12 PM (15 years ago)
- Location:
- trunk/src/VBox/HostDrivers
- Files:
-
- 3 edited
-
Support/linux/Makefile (modified) (1 diff)
-
VBoxNetAdp/linux/Makefile (modified) (1 diff)
-
VBoxNetFlt/linux/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/Makefile
r19866 r19938 153 153 endif 154 154 # check if versions match -- works only for later 2.6 kernels 155 VBOX_KERN_VER := $(shell $(MAKE) -sC $(KERN_DIR) kernelrelease 2> /dev/null || true)155 VBOX_KERN_VER := $(shell $(MAKE) -sC $(KERN_DIR) --no-print-directory kernelrelease 2> /dev/null || true) 156 156 ifneq ($(VBOX_KERN_VER),) 157 157 ifneq ($(VBOX_KERN_VER),$(shell uname -r)) -
trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/Makefile
r19455 r19938 143 143 endif 144 144 # check if versions match -- works only for later 2.6 kernels 145 VBOX_KERN_VER := $(shell $(MAKE) -sC $(KERN_DIR) kernelrelease 2> /dev/null || true)145 VBOX_KERN_VER := $(shell $(MAKE) -sC $(KERN_DIR) --no-print-directory kernelrelease 2> /dev/null || true) 146 146 ifneq ($(VBOX_KERN_VER),) 147 147 ifneq ($(VBOX_KERN_VER),$(shell uname -r)) -
trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/Makefile
r19455 r19938 146 146 endif 147 147 # check if versions match -- works only for later 2.6 kernels 148 VBOX_KERN_VER := $(shell $(MAKE) -sC $(KERN_DIR) kernelrelease 2> /dev/null || true)148 VBOX_KERN_VER := $(shell $(MAKE) -sC $(KERN_DIR) --no-print-directory kernelrelease 2> /dev/null || true) 149 149 ifneq ($(VBOX_KERN_VER),) 150 150 ifneq ($(VBOX_KERN_VER),$(shell uname -r))
Note:
See TracChangeset
for help on using the changeset viewer.

