* separate objdir Makefile regression in 2.6.24-rc*
@ 2007-12-13 13:48 Andi Kleen
2007-12-13 14:16 ` Guillaume Chazarain
0 siblings, 1 reply; 4+ messages in thread
From: Andi Kleen @ 2007-12-13 13:48 UTC (permalink / raw)
To: sam; +Cc: linux-kernel
2.6.24-rc5 doesn't seem to create Makefiles in empty obj dirs anymore
With 2.6.24-rc5:
% mkdir obj-test
% cd obj-test/
% make -C ../linux O=$(pwd) allnoconfig >/dev/null
grep: /home/lsrc/quilt/obj-test/Makefile: No such file or directory
% make
make: *** No targets specified and no makefile found. Stop.
%
With 2.6.23 this worked:
% mkdir obj-test
% cd obj-test/
% make -C ../linux-2.6.23 O=$(pwd) allnoconfig >/dev/null
% make
make -C /home/lsrc/linux-2.6.23 O=/home/lsrc/obj-test
GEN /home/lsrc/obj-test/Makefile
scripts/kconfig/conf -s arch/x86_64/Kconfig
Using /home/lsrc/linux-2.6.23 as source for kernel
...
-Andi
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: separate objdir Makefile regression in 2.6.24-rc*
2007-12-13 13:48 separate objdir Makefile regression in 2.6.24-rc* Andi Kleen
@ 2007-12-13 14:16 ` Guillaume Chazarain
2007-12-13 14:33 ` Andi Kleen
0 siblings, 1 reply; 4+ messages in thread
From: Guillaume Chazarain @ 2007-12-13 14:16 UTC (permalink / raw)
To: Andi Kleen; +Cc: sam, linux-kernel
On Dec 13, 2007 2:48 PM, Andi Kleen <andi@firstfloor.org> wrote:
>
> 2.6.24-rc5 doesn't seem to create Makefiles in empty obj dirs anymore
Known problem ;-)
See http://groups.google.com/group/fa.linux.kernel/browse_thread/thread/188cbd12d7c0871b/194fbc7c94314b2c
--
Guillaume
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: separate objdir Makefile regression in 2.6.24-rc*
2007-12-13 14:16 ` Guillaume Chazarain
@ 2007-12-13 14:33 ` Andi Kleen
2007-12-13 18:26 ` Sam Ravnborg
0 siblings, 1 reply; 4+ messages in thread
From: Andi Kleen @ 2007-12-13 14:33 UTC (permalink / raw)
To: Guillaume Chazarain; +Cc: Andi Kleen, sam, linux-kernel
On Thu, Dec 13, 2007 at 03:16:27PM +0100, Guillaume Chazarain wrote:
> On Dec 13, 2007 2:48 PM, Andi Kleen <andi@firstfloor.org> wrote:
> >
> > 2.6.24-rc5 doesn't seem to create Makefiles in empty obj dirs anymore
>
> Known problem ;-)
> See http://groups.google.com/group/fa.linux.kernel/browse_thread/thread/188cbd12d7c0871b/194fbc7c94314b2c
Ah, thanks. But it looks like that patch isn't in Linus' tree yet. Sam?
-Andi
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: separate objdir Makefile regression in 2.6.24-rc*
2007-12-13 14:33 ` Andi Kleen
@ 2007-12-13 18:26 ` Sam Ravnborg
0 siblings, 0 replies; 4+ messages in thread
From: Sam Ravnborg @ 2007-12-13 18:26 UTC (permalink / raw)
To: Andi Kleen; +Cc: Guillaume Chazarain, linux-kernel
On Thu, Dec 13, 2007 at 03:33:59PM +0100, Andi Kleen wrote:
> On Thu, Dec 13, 2007 at 03:16:27PM +0100, Guillaume Chazarain wrote:
> > On Dec 13, 2007 2:48 PM, Andi Kleen <andi@firstfloor.org> wrote:
> > >
> > > 2.6.24-rc5 doesn't seem to create Makefiles in empty obj dirs anymore
> >
> > Known problem ;-)
> > See http://groups.google.com/group/fa.linux.kernel/browse_thread/thread/188cbd12d7c0871b/194fbc7c94314b2c
>
> Ah, thanks. But it looks like that patch isn't in Linus' tree yet. Sam?
I have asked Linus to pull it.
Sam
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-12-13 18:25 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-13 13:48 separate objdir Makefile regression in 2.6.24-rc* Andi Kleen
2007-12-13 14:16 ` Guillaume Chazarain
2007-12-13 14:33 ` Andi Kleen
2007-12-13 18:26 ` Sam Ravnborg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox