On Tue, Nov 28, 2006 at 12:53:26PM +0700, Iwan BK wrote: > On 11/24/06, Willy Tarreau <w@xxxxxx> wrote: > > > > > >And BTW, don't build as root, one day you will regret it. > > > Why ? Because when you don't know that you are using a buggy makefile and you discover that it does nasty things above the current directory (eg: install, change links, make clean, ...), then you will be happy to see a lot of "Permission denied" messages instead of silently turning your system into a real mess. It's easy enough to do (for instance) : $ make oldconfig $ make bzImage modules $ sudo make modules_install Willy -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/