lkml.org 
[lkml]   [2006]   [Apr]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [RFC/POC] multiple CONFIG y/m/n
Hi,

On Sun, 9 Apr 2006, Randy.Dunlap wrote:

> +void usage(char *progname)
> +{
> + printf("%s [-o|-s|-d|-D|-n|-m|-y|-r] Kconfig_filename\n", progname);

|-D <config>|

> + printf(" -o: oldconfig: ask only about new config symbols\n");
> + printf(" -s: silentoldconfig: don't ask about any symbol values\n");

It does ask about them, but suppresses a lot of prints.

> + printf(" -d: defconfig: use default symbol values\n");

To be precise it uses arch/$ARCH/defconfig as default values.

> + printf(" -n: set unknown symbol values to 'n'\n");
> + printf(" -m: set unknown symbol values to 'm'\n");
> + printf(" -y: set unknown symbol values to 'y'\n");

It actually tries to set all values to n/m/y.

> @@ -546,8 +564,8 @@ int main(int ac, char **av)
> break;
> case 'h':
> case '?':
> - printf("%s [-o|-s] config\n", av[0]);
> - exit(0);
> + usage(av[0]);
> + break;

That's indeed a little obsolete. :-)

bye, Roman
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-04-12 13:02    [W:2.702 / U:0.188 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site