mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Kconfig no longer outputs a .config with freshly updated defconfigs
@ 2008-08-02 16:03 Josh Boyer
  2008-08-02 19:26 ` Adrian Bunk
  0 siblings, 1 reply; 9+ messages in thread
From: Josh Boyer @ 2008-08-02 16:03 UTC (permalink / raw)
  To: sam; +Cc: linux-kernel

I was going through the somewhat tedious task of updating the 4xx
defconfigs today, and I noticed some odd behavior from Kconfig.
Basically, I would do:

	make ppc44x_defconfig
	make oldconfig
	<build>
	cp .config arch/powerpc/configs/ppc44x_defconfig
	make distclean

I did this for a number of configs.  Then I went back and tried to build
ppc44x_defconfig again and I got this result:

[jwboyer@localhost linux-2.6]$ make ppc44x_defconfig
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/basic/docproc
  HOSTCC  scripts/kconfig/conf.o
  HOSTCC  scripts/kconfig/kxgettext.o
  SHIPPED scripts/kconfig/zconf.tab.c
  SHIPPED scripts/kconfig/lex.zconf.c
  SHIPPED scripts/kconfig/zconf.hash.c
  HOSTCC  scripts/kconfig/zconf.tab.o
scripts/kconfig/lex.zconf.c:1628: warning: ‘input’ defined but not used
  HOSTLD  scripts/kconfig/conf
[jwboyer@localhost linux-2.6]$ make oldconfig
scripts/kconfig/conf -o arch/powerpc/Kconfig
#
# using defaults found in /boot/config-2.6.25.13-104.fc9.ppc64
#

There was no .config file present after the initial 'make
ppc44x_defconfig', so it defaulted to using something in /boot.  I'm a
bit baffled here, but that seems to be common to any newly updated
defconfig I've done.

Was there a change to Kconfig recently that won't copy the defconfig
file to .config if there are no symbol changes or something like that?

josh


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

end of thread, other threads:[~2008-08-09  5:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-02 16:03 Kconfig no longer outputs a .config with freshly updated defconfigs Josh Boyer
2008-08-02 19:26 ` Adrian Bunk
2008-08-02 23:58   ` Josh Boyer
2008-08-03  8:00   ` Sam Ravnborg
2008-08-03 10:07     ` Adrian Bunk
2008-08-04 21:08       ` Sam Ravnborg
2008-08-05  2:50         ` Roman Zippel
2008-08-05 20:43           ` Sam Ravnborg
2008-08-09  5:26             ` Roman Zippel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®