Re: [kbuild-devel] "several small things" (Re: [PATCH 0/4] Compile kernel with -fwhole-program --combine)

2007-09-19 Thread Sam Ravnborg
On Thu, Sep 20, 2007 at 02:15:57AM +0200, Oleg Verych wrote: > * Fri, 25 Aug 2006 09:26:54 +0200 > > >> read.o <- read.c > > It will only do this if you ask for it. > > The question was what happened when you did make read.o > > > >> foo.o <- foo.c > >> bar.o <- bar.c > >> built-in.o <- re

[kbuild-devel] spelld: "several small things"

2007-09-19 Thread Oleg Verych
On Thu, Sep 20, 2007 at 02:15:57AM +0200, Oleg Verych wrote: > * Fri, 25 Aug 2006 09:26:54 +0200 > > >> read.o <- read.c > > It will only do this if you ask for it. > > The question was what happened when you did make read.o > > > >> foo.o <- foo.c > >> bar.o <- bar.c > >> built-in.o <- re

[kbuild-devel] "several small things" (Re: [PATCH 0/4] Compile kernel with -fwhole-program --combine)

2007-09-19 Thread Oleg Verych
* Fri, 25 Aug 2006 09:26:54 +0200 >> read.o <- read.c > It will only do this if you ask for it. > The question was what happened when you did make read.o > >> foo.o <- foo.c >> bar.o <- bar.c >> built-in.o <- read.c foo.c bar.c >> >> (cf. default current: >> built-in.o <- read.o foo.o b