VirtualBox

Changeset 70081 in vbox


Ignore:
Timestamp:
Dec 12, 2017 3:48:44 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
119629
Message:

Config.kmk/KERN_VER: backticks doesn't work with make, need to use $(shell ).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r70037 r70081  
    42194219  endif
    42204220  ifeq ($(KERN_VER),)
    4221    KERN_VER=`uname -r`
     4221   KERN_VER=$(shell uname -r)
    42224222  endif
    42234223  KERN_DIR=/lib/modules/$(KERN_VER)/build
Note: See TracChangeset for help on using the changeset viewer.

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