]> git.proxmox.com Git - mirror_spl.git/commit
Do not use KERNEL_DIR env var in Makefile.am
authorRichard Yao <ryao@cs.stonybrook.edu>
Mon, 17 Dec 2012 17:43:45 +0000 (09:43 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 17 Dec 2012 18:59:12 +0000 (10:59 -0800)
commit30196bfd42567a9bc3fccac8650dc2cd9f0f7c0a
tree1dc84fe6311a5eaa393482978dddbc8202bb96ec
parent18e0c500a759e0131b446bfe685cd1969656e7f5
Do not use KERNEL_DIR env var in Makefile.am

A Gentoo user reported an issue where the build system would
attempt to recurse into the kernel source tree if KERNEL_DIR
is set in the environment. KERNEL_DIR is an environment variable
that is used when the kernel sources are in a non-standard
location, so it is necessary to stop relying on it to prevent
this issue.

https://bugs.gentoo.org/show_bug.cgi?id=433946

Signed-off-by: Richard Yao <ryao@cs.stonybrook.edu>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Makefile.am