Re: [gentoo-user] Building kernel without messing the kernel source tree

2021-05-14 Thread netfab
Le 14/05/21 à 11:47, Thomas Mueller a tapoté : > I am looking to compile the Linux kernel and send the work and output > to another directory, thereby leaving the kernel source tree > directory clean. You should have a look to KBUILD_OUTPUT environment variable. https://www.kernel.org/doc/html/la

[gentoo-user] Building kernel without messing the kernel source tree

2021-05-14 Thread Thomas Mueller
I am looking to compile the Linux kernel and send the work and output to another directory, thereby leaving the kernel source tree directory clean. If I build gcc or other software using configure script, I can go to another directory and run, for instance, ~/builds/gcc-8.3.0/configure --prefix=