diff -r f637b6c2162b -r 7dc77b443864 config/libc/uClibc.in --- a/config/libc/uClibc.in Sun Jul 11 21:36:20 2010 +0200 +++ b/config/libc/uClibc.in Tue Jul 13 12:12:32 2010 +0200 @@ -93,13 +93,19 @@ config LIBC_UCLIBC_VERBOSITY_0 bool - prompt "Simplified" + prompt "Quiet build" + help + Print terse command indications. + +config LIBC_UCLIBC_VERBOSITY_1 + bool + prompt "Brief build (show defines, ld flags)" help Print simplified command lines. -config LIBC_UCLIBC_VERBOSITY_1 +config LIBC_UCLIBC_VERBOSITY_2 bool - prompt "Full commands" + prompt "Very verbose build" help Print full command lines. @@ -109,6 +115,7 @@ string default "" if LIBC_UCLIBC_VERBOSITY_0 default "V=1" if LIBC_UCLIBC_VERBOSITY_1 + default "V=2" if LIBC_UCLIBC_VERBOSITY_2 choice bool