From: Etienne Dechamps Date: Tue, 17 Jul 2012 08:36:43 +0000 (+0200) Subject: Make configure builtin-aware. X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=commitdiff_plain;h=319a99a3d440480fe9c37f637cb9cac8e0f20ded;hp=319a99a3d440480fe9c37f637cb9cac8e0f20ded;p=zfs.git Make configure builtin-aware. This patch adds a new option to configure: --enable-linux-builtin. When this option is used, the following happens: - Compilation of kernel modules is disabled. - A failure to find UTS_RELEASE is followed by a suggestion to run "make prepare" on the kernel source tree. This patch also adds a new test which tries to compile an empty module as a basic toolchain sanity test. If it fails and the option was specified, the error is followed by a suggestion to run "make scripts" on the kernel source tree. Signed-off-by: Prakash Surya Signed-off-by: Brian Behlendorf Issue #851 ---