X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=config%2Fconf.c;fp=config%2Fconf.c;h=c19af7d7d99d7bc8b3ebf717dd5a13ac8f66a9f8;hp=2f968e25b3c0c8bf40972ccd324815c6cc5d4391;hb=a9ddd9e866faef305376bf826b868b36bebf59ed;hpb=40e34c39970d4fee5a2557d7dcc1012251857572 diff --git a/config/conf.c b/config/conf.c index 2f968e2..c19af7d 100644 --- a/config/conf.c +++ b/config/conf.c @@ -494,6 +494,14 @@ int main(int ac, char **av) } input_mode = (enum input_mode)opt; switch (opt) { + case syncconfig: + /* + * syncconfig is invoked during the build stage. + * Suppress distracting "configuration written to ..." + */ + conf_set_message_callback(NULL); + sync_kconfig = 1; + break case defconfig: case savedefconfig: defconfig_file = optarg;