Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Re: compile kernel from cd
- Date: Fri, 3 May 2002 10:11:37 +0900
- From: Christopher SEKIYA <wileyc@example.com>
- Subject: Re: [tlug] Re: compile kernel from cd
- References: <F243JBulOAUFrcjAb6t0000777f@example.com> <20020502213833.A26320@example.com> <20020502222623.GA312%yojack@example.com> <001501c1f225$7f13a470$0100a8c0@example.com> <20020502233455.GA21510@example.com>
- User-agent: Mutt/1.3.25i-ja.1
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)
- References:
- Re: [tlug] FreeBSD.....Linux what's the difference
- From: Jean-Christian Imbeault
- Re: [tlug] FreeBSD.....Linux what's the difference
- From: Uva Coder
- Re: [tlug] FreeBSD.....Linux what's the difference
- From: Jack Morgan
- [tlug] compile kernel from cd
- From: Zuco Pietro
- [tlug] Re: compile kernel from cd
- From: Tobias Diedrich
Home | Main Index | Thread Index
- Prev by Date: [tlug] Re: compile kernel from cd
- Next by Date: Re: [tlug] FreeBSD.....Linux what's the difference
- Previous by thread: [tlug] Re: compile kernel from cd
- Next by thread: [tlug] restore fonts?
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links