I believe it's uname -r on every single linux distro, not just Debian. Probably just an oversight. From the uname man page : -a, --all print all information, -r, --kernel-release print the kernel release
-Anish ________________________________________ From: [email protected] [[email protected]] on behalf of Heinrich Schuchardt [[email protected]] Sent: Monday, January 19, 2015 10:54 AM To: [email protected] Cc: Heinrich Schuchardt Subject: [PATCH 1/1] Kernel include path The path to the kernel include files is given by /lib/modules/`uname -r`/build on Debian. Signed-off-by: Heinrich Schuchardt <[email protected]> --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 06d1b6f..ef97140 100644 --- a/README +++ b/README @@ -92,7 +92,7 @@ by running: make kernel When building those modules the kernel source found at -/lib/modules/`uname -a`/build +/lib/modules/`uname -r`/build will be used to compile the open-iscsi modules. To specify a different kernel to build against use: -- 2.1.4 -- You received this message because you are subscribed to the Google Groups "open-iscsi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/open-iscsi. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "open-iscsi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/open-iscsi. For more options, visit https://groups.google.com/d/optout.
