public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 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

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