From 15d0411297113cb2681f5522ed373d4d37fcf132 Mon Sep 17 00:00:00 2001 From: Richard Yao Date: Thu, 16 Aug 2012 14:55:42 -0400 Subject: 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 Signed-off-by: Richard Yao Signed-off-by: Brian Behlendorf Closes #152 --- lib/.gitignore | 1 - 1 file changed, 1 deletion(-) delete mode 100644 lib/.gitignore (limited to 'lib') diff --git a/lib/.gitignore b/lib/.gitignore deleted file mode 100644 index 5fc607b9e..000000000 --- a/lib/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/Makefile -- cgit v1.2.3