config/libc/uClibc.in
changeset 2030 7dc77b443864
parent 2017 f637b6c2162b
child 2033 ffc1121618fa
     1.1 --- a/config/libc/uClibc.in	Sun Jul 11 21:36:20 2010 +0200
     1.2 +++ b/config/libc/uClibc.in	Tue Jul 13 12:12:32 2010 +0200
     1.3 @@ -93,13 +93,19 @@
     1.4  
     1.5  config LIBC_UCLIBC_VERBOSITY_0
     1.6      bool
     1.7 -    prompt "Simplified"
     1.8 +    prompt "Quiet build"
     1.9 +    help
    1.10 +      Print terse command indications.
    1.11 +
    1.12 +config LIBC_UCLIBC_VERBOSITY_1
    1.13 +    bool
    1.14 +    prompt "Brief build (show defines, ld flags)"
    1.15      help
    1.16        Print simplified command lines.
    1.17  
    1.18 -config LIBC_UCLIBC_VERBOSITY_1
    1.19 +config LIBC_UCLIBC_VERBOSITY_2
    1.20      bool
    1.21 -    prompt "Full commands"
    1.22 +    prompt "Very verbose build"
    1.23      help
    1.24        Print full command lines.
    1.25  
    1.26 @@ -109,6 +115,7 @@
    1.27      string
    1.28      default ""      if LIBC_UCLIBC_VERBOSITY_0
    1.29      default "V=1"   if LIBC_UCLIBC_VERBOSITY_1
    1.30 +    default "V=2"   if LIBC_UCLIBC_VERBOSITY_2
    1.31  
    1.32  choice
    1.33      bool