Skeleton, Makefile extension - Separate source tree with only valid source files

2007-01-15 Thread Pelle Svensson
Did some hacks to the Makefile which might be of interest for those who feel like there are too many source files in the Linux tree. Running following make will create a separate directory including only the files which are active i.e. they are include in the final build configuration. source = /

Re: Symbol links to only needed and targeted source files

2007-01-03 Thread Pelle Svensson
On 1/3/07, Sam Ravnborg <[EMAIL PROTECTED]> wrote: On Wed, Jan 03, 2007 at 10:14:43PM +0100, Pelle Svensson wrote: > Hi Sam, > > You misunderstand me I think, I already using a separate output directory. > What I like to do is a separate 'source tree' with only valid

Re: Symbol links to only needed and targeted source files

2007-01-03 Thread Pelle Svensson
he current build configuration. On 1/3/07, Sam Ravnborg <[EMAIL PROTECTED]> wrote: On Wed, Jan 03, 2007 at 04:24:11PM +0100, Pelle Svensson wrote: > Hi, > > I would like to set up a directory with only links to the source files > I use during the building of the kernel. The d

Symbol links to only needed and targeted source files

2007-01-03 Thread Pelle Svensson
Hi, I would like to set up a directory with only links to the source files I use during the building of the kernel. The development ide/editor will target this directory instead of main source tree. The benefit of this is that I don't need to bother about files that are not included by the config