Mailing List Archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [tlug] Re: compile kernel from cd



On Fri, May 03, 2002 at 01:34:55AM +0200, Tobias Diedrich wrote:

> It's not possible unless you want to rewrite the kernel build system :-)

It's possible, just messy:

mkdir $BUILD_DIR
cd $SOURCE_DIR
find . -type d -exec mkdir $BUILD_DIR/{} \;
find . -type f -exec ln -s $SOURCE_DIR/{} $BUILD_DIR/{} \;
cd $BUILD_DIR
make config
make dep clean bzImage

The above method works for damned near anything.  Absolute paths must be used.

-- Chris
           GPG key FEB9DE7F (91AF 4534 4529 4BCC 31A5  938E 023E EEFB FEB9 DE7F)


Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links