From 25b4599354f1c6328a8e0af43a95a54d1227467b Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Fri, 29 Dec 2017 03:53:35 -0600 Subject: system/spl-solaris: Use /lib/modules/${KERN}/source This requires passing KERN=whatever if building for a non-currently-running kernel. Signed-off-by: Robby Workman --- system/spl-solaris/README | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'system/spl-solaris/README') diff --git a/system/spl-solaris/README b/system/spl-solaris/README index cde5bc628dc6..f08d1afbf1ff 100644 --- a/system/spl-solaris/README +++ b/system/spl-solaris/README @@ -14,8 +14,6 @@ NOTE: You'll need the kernel source code to be able to compile this. This package is kernel dependent, so you'll need to recompile it for every new kernel you choose to run. -If you don't have a /usr/src/linux symlink pointing to your real -kernel directory (the script looks for it there by default), specify -your kernel source destination by - - LINUXPATH= ./spl-solaris.SlackBuild +If you're building this for a kernel that isn't currently running, +you'll need to pass what that kernel's 'uname -a' output will be +to the KERN variable when running the script, e.g. KERN=4.14.9 -- cgit v1.2.3