* make silentoldconfig question
@ 2011-08-23 8:47 Francis Moreau
2011-08-31 14:49 ` Michal Marek
0 siblings, 1 reply; 2+ messages in thread
From: Francis Moreau @ 2011-08-23 8:47 UTC (permalink / raw)
To: Linux Kernel Mailing List; +Cc: mmarek
Hello,
I'm a bit confused about silentoldconfig target since it doesn't
really makes any differences with oldconfig.
The only difference I found is this one: if I add a new valid symbol
at the end of my .config (therefore the position of the symbol is
incorrect) then olconfig will recreate the .config and thus print its
annoying message "# config written ..." to stdin whereas
silentoldconfig won't print anything not because it's silent but
beacuse the .config is not recreated so the symbol is still badly
located at the end of the file.
Could anybody enlighten me please ?
--
Francis
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: make silentoldconfig question
2011-08-23 8:47 make silentoldconfig question Francis Moreau
@ 2011-08-31 14:49 ` Michal Marek
0 siblings, 0 replies; 2+ messages in thread
From: Michal Marek @ 2011-08-31 14:49 UTC (permalink / raw)
To: Francis Moreau; +Cc: Linux Kernel Mailing List
On 23.8.2011 10:47, Francis Moreau wrote:
> Hello,
>
> I'm a bit confused about silentoldconfig target since it doesn't
> really makes any differences with oldconfig.
silentoldconfig is a historical misnomer, nowadays oldconfig is silent
as well. The purpose of silentoldconfig is to generate include/config/*
and include/generated/autoconf.h files before build starts, oldconfig is
the user interface.
> The only difference I found is this one: if I add a new valid symbol
> at the end of my .config (therefore the position of the symbol is
> incorrect) then olconfig will recreate the .config and thus print its
> annoying message "# config written ..." to stdin whereas
> silentoldconfig won't print anything not because it's silent but
> beacuse the .config is not recreated so the symbol is still badly
> located at the end of the file.
Yes, silentoldconfig does not touch .config if no symbol changed. The
user interfaces always save the .config file.
Michal
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-08-31 14:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-23 8:47 make silentoldconfig question Francis Moreau
2011-08-31 14:49 ` Michal Marek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox