Re: [kbuild-devel] [PATCH] kconfig: add *_silentdefconfig feature for config targets

2007-08-21 Thread Roman Zippel
Hi, On Mon, 20 Aug 2007, Andres Salomon wrote: > AFAICT, there is nothing similar when using *_defconfig; one must copy > a .config manually, and then run silentoldconfig. Simply running the > associated _defconfig will quietly update the config (which may silently > drop config options). This

Re: [kbuild-devel] UNS: Re: [PATCH] kconfig: add *_silentdefconfig feature for config targets

2007-08-21 Thread Roman Zippel
Hi, On Tue, 21 Aug 2007, Andres Salomon wrote: > > I would really like to avoid another input mode. > > I think it be better to implement this as a combination of "-s -D > > " and the silent mode is adjusted to read another config instead > > of .config if defconfig_file is set. > > > > As wo

[kbuild-devel] kbuild_output

2007-08-21 Thread Edgar, Eric J.
Hi, I was curious about the need to check for the .config file and include/config folder from /usr/src/linux (kernel sources) when using kbuild_output support. Shouldn't kbuild use all the files in the kbuild_output folder instead anyway? I have a situation wh