Tomas M:
> Thank you very much for your interest. Actually I spent a lot of time
> restoring the deleted header files so I won't test that again, I am
> sorry :) I decided to go with the default 'make headers_install'
> command and then I copy the aufs_type.h header to appropriate
> location. This is sufficient for me, thank you for helping me
> understand how to do that.

If you chanage your mind someday, I'd suggest you to try
- d=/tmp/usr
- mkdir $d
- cp -Ppr /usr/include $d
- make headers_install INSTALL_HDR_PATH=$d
- diff -rup /usr/include $d/include
or
- tar -cf /tmp/bkup.tar /usr/include
- make headers_install INSTALL_HDR_PATH=/usr

You already might know how "make headers_install" behaves. It is a
feature of linux kernel build system (instead of aufs specific). Aufs
just adds a line for aufs_type.h and it is handled by linux (generic)
make system. If there is something wrong in "make headers_install", it
may be a big impact for the world.


J. R. Okajima

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/

Reply via email to