Alex:
> If I don't copy it manually, it doesn't get copied to
> /usr/include/linux as a result of "make headers_install".
>
> I copied the header to the kernel tree before running "make
> install_headers". Where do I specify where I want them to be copied?
> Aren't they just automatically copied to /usr/include/linux?

Try "make help" in your kernel source tree.
But I'd suggest you to think again abount installing to
/usr/include/linux. __If__ other user/program refer to it, your
installation __may__ disturb them. For such case, people install the
header file to $PWD/usr/include and specify the path when compiling
aufs2-util generally.


J. R. Okajima

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb

Reply via email to