From 5e2851a21945b7b0f67203c260ecdbb9d97af007 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 14 May 2008 17:52:53 +0000 Subject: Introduce a new option to render (or not) uClibc' build verbose. /trunk/scripts/build/libc_uClibc.sh | 6 4 2 0 ++++-- /trunk/config/libc/uClibc.in | 23 23 0 0 +++++++++++++++++++++++ 2 files changed, 27 insertions(+), 2 deletions(-) --- config/libc/uClibc.in | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'config/libc') diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in index 4f9943dc..f0ab25e9 100644 --- a/config/libc/uClibc.in +++ b/config/libc/uClibc.in @@ -57,6 +57,29 @@ config LIBC_VERSION Please note that uClibc site removes snapshots older than a month. +choice + bool + prompt "uClibc verbosity:" + +config LIBC_UCLIBC_VERBOSITY_0 + bool + prompt "Simplified" + help + Print simplified command lines. + +config LIBC_UCLIBC_VERBOSITY_1 + bool + prompt "Full commands" + help + Print full command lines. + +endchoice + +config LIBC_UCLIBC_VERBOSITY + string + default "" if LIBC_UCLIBC_VERBOSITY_0 + default "V=1" if LIBC_UCLIBC_VERBOSITY_1 + choice bool prompt "Debug level" -- cgit v1.2.3