Whamcloud - gitweb
b=24087 reverse order of $LINUX{,_OBJ}/include
authorBrian J. Murrell <brian.murrell@oracle.com>
Mon, 15 Nov 2010 21:15:29 +0000 (05:15 +0800)
committerVitaly Fertman <vitaly.fertman@sun.com>
Thu, 18 Nov 2010 22:34:09 +0000 (01:34 +0300)
commit6442a08410da4a241223aeac6bc63a973c23cba0
tree7978ab80f8dc767687b3039f9721ea1cb271272b
parente4189c54470deff4a98f0b2bb03ac6be7ed85ce9
b=24087 reverse order of $LINUX{,_OBJ}/include

It is important that /usr/src/linux-...-obj/include is searched for
includes before /usr/src/linux-.../include so that the inclusion of
"include/linux/autoconf.h" picks up the one for the kernel we are
trying to build against, and not the one for the currently running
kernel, which is what is in /usr/src/linux-.../ copy is.

i=wangyb
i=cliff
build/autoconf/lustre-build-linux.m4