Displaying 1 result from an estimated 1 matches for "kernelinc".
Did you mean:
kernelif
2007 Apr 15
0
[PATCH] Fix configure script to allow split build/source directories
...d
be looking in the directory provided by --with-kernel. When I specify
./configure --with-kernel=/usr/src/linux-obj/x86_64/smp \
--with-kernel-source=/usr/src/linux
it fails, since /usr/src/linux doesn't contain a configured kernel. I
used KERNELBUILD, rather than just switching KERNELINC, because other
tests (like the one for generic_drop_inode being exported) actually
need to look at the full includes for the kernel.
- -Jeff
diff -ruNpX dontdiff scratch/trees/ocfs2-1.2/configure.in ocfs2-1.2.5.devel/configure.in
- --- scratch/trees/ocfs2-1.2/configure.in 2007-03-27 16:22:52.0000...