]> git.proxmox.com Git - mirror_spl-debian.git/commit
Remove Makefile from non-toplevel .gitignore files
authorRichard Yao <ryao@cs.stonybrook.edu>
Thu, 16 Aug 2012 18:55:42 +0000 (14:55 -0400)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 23 Aug 2012 19:49:04 +0000 (12:49 -0700)
commit15d0411297113cb2681f5522ed373d4d37fcf132
treed17097f77738fe36e223e261943bc0c735877e35
parent9baf44bc17ddbc01dae4feacda32e04aac73f730
Remove Makefile from non-toplevel .gitignore files

When building SPL support into the kernel, ./copy-builtin will copy
non-toplevel .gitignore files. These files list /Makefile, which causes
git-archive to omit ./module/{spl,splat}/Makefile. The absence of these
files result in build failures when SPL is selected. ZFS is unaffected
because it puts Makefile in the toplevel .gitignore, which is not
copied. We fix SPL by emulating that behavior.

Reported-by: Fabio Erculiani <lxnay@gentoo.org>
Signed-off-by: Richard Yao <ryao@cs.stonybrook.edu>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #152
.gitignore
cmd/.gitignore
include/.gitignore [deleted file]
lib/.gitignore [deleted file]
module/.gitignore
module/spl/.gitignore [deleted file]
module/splat/.gitignore [deleted file]
scripts/.gitignore [deleted file]