]> git.proxmox.com Git - mirror_spl-debian.git/commit - Makefile.am
Change spl-kmod-devel install path
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 20 Feb 2013 21:58:05 +0000 (13:58 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 14 Mar 2013 19:01:05 +0000 (12:01 -0700)
commit4a6d8d2c3e72345463de1db97d7d016c95443679
tree36f62b844a329389038ed01d44e1e30115d55be3
parent5c30c47a4542a58ae6c94bdee15f4691affa2a17
Change spl-kmod-devel install path

Install the common spl kernel development headers under
/usr/src/spl-<version>/ rather than in a kernel specific
directory.  The kernel specific build products such as
spl_config.h and Modules.symvers are left installed under
/usr/src/spl-<version>/<kernel>.

This was done to be consistent with where dkms expects
kernel module source to be packaged.  It also allows for
a common spl-kmod-devel package which includes the headers,
and per-kernel spl-kmod-devel-<kernel> packages.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
12 files changed:
Makefile.am
include/Makefile.am
include/fs/Makefile.am
include/linux/Makefile.am
include/rpc/Makefile.am
include/sharefs/Makefile.am
include/sys/Makefile.am
include/sys/fm/Makefile.am
include/sys/fs/Makefile.am
include/sys/sysevent/Makefile.am
include/util/Makefile.am
include/vm/Makefile.am