VirtualBox

Ignore:
Timestamp:
May 23, 2009 1:10:12 PM (16 years ago)
Author:
vboxsync
Message:

HostDrivers/*/linux/Makefile: Added --no-print-directory to the $(MAKE) kernelrelease invocation to prevent it from being messed up when doing "make -C out/linux.amd64/debug/bin/src". MAKEFLAGS+MFLAGS passes -m which seems to overrule the -s.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/Makefile

    r19455 r19938  
    146146  endif
    147147  # 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)
    149149  ifneq ($(VBOX_KERN_VER),)
    150150   ifneq ($(VBOX_KERN_VER),$(shell uname -r))
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette