All of lore.kernel.org
 help / color / mirror / Atom feed
* one more oldconfig quirk in 2.6.29-rc4
@ 2009-02-11  8:50 Andi Kleen
  2009-02-15 15:12 ` Sam Ravnborg
  0 siblings, 1 reply; 2+ messages in thread
From: Andi Kleen @ 2009-02-11  8:50 UTC (permalink / raw)
  To: sam, linux-kbuild


I changed one option manually in a .config file in a separate
objdir requiring make oldconfig. Then I ran make (without
oldconfig) and got

make[4]: *** [silentoldconfig] Error 1
make[3]: *** [silentoldconfig] Error 2
make[2]: *** No rule to make target `include/config/auto.conf', needed by `include/config/kernel.release'.  Stop.
make[1]: *** [sub-make] Error 2
make: *** [all] Error 2

In the past make would always run oldconfig automatically.

-Andi

-- 
ak@linux.intel.com -- Speaking for myself only.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: one more oldconfig quirk in 2.6.29-rc4
  2009-02-11  8:50 one more oldconfig quirk in 2.6.29-rc4 Andi Kleen
@ 2009-02-15 15:12 ` Sam Ravnborg
  0 siblings, 0 replies; 2+ messages in thread
From: Sam Ravnborg @ 2009-02-15 15:12 UTC (permalink / raw)
  To: Andi Kleen; +Cc: linux-kbuild

On Wed, Feb 11, 2009 at 09:50:20AM +0100, Andi Kleen wrote:
> 
> I changed one option manually in a .config file in a separate
> objdir requiring make oldconfig. Then I ran make (without
> oldconfig) and got
> 
> make[4]: *** [silentoldconfig] Error 1
> make[3]: *** [silentoldconfig] Error 2
> make[2]: *** No rule to make target `include/config/auto.conf', needed by `include/config/kernel.release'.  Stop.
> make[1]: *** [sub-make] Error 2
> make: *** [all] Error 2
> 
> In the past make would always run oldconfig automatically.

I tried to reproduce it with no luck :-(

my steps:
mkdir ../andi
cp <a .config from somewhere> ../andi
cd ../andi
vi .config
  < removed all security options to fore a config run >
make -C ../kfixes.git O=$PWD 

# worked as expected

rm -rf include/config/*
vi .config
  < removed all security options to fore a config run >
make -C ../kfixes.git O=$PWD

# worked as expected

If this is reproducealbe then please try to post the output of
a run with V=1.

	Sam

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-02-15 15:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-11  8:50 one more oldconfig quirk in 2.6.29-rc4 Andi Kleen
2009-02-15 15:12 ` Sam Ravnborg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.