Explorar o código

config: remove some redundant words in the menus

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Mike Frysinger %!s(int64=14) %!d(string=hai) anos
pai
achega
a7123b4744
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      extra/Configs/Config.in

+ 4 - 4
extra/Configs/Config.in

@@ -2236,7 +2236,7 @@ config UCLIBC_BUILD_NOEXECSTACK
 
 
 endmenu
 endmenu
 
 
-menu "uClibc development/debugging options"
+menu "Development/debugging options"
 
 
 config CROSS_COMPILER_PREFIX
 config CROSS_COMPILER_PREFIX
 	string "Cross-compiling toolchain prefix"
 	string "Cross-compiling toolchain prefix"
@@ -2247,13 +2247,13 @@ config CROSS_COMPILER_PREFIX
 	  then enter 'arm-linux-uclibc-' here.
 	  then enter 'arm-linux-uclibc-' here.
 
 
 config UCLIBC_EXTRA_CFLAGS
 config UCLIBC_EXTRA_CFLAGS
-	string "Extra CFLAGS to use to build uClibc"
+	string "Extra CFLAGS"
 	default ""
 	default ""
 	help
 	help
 	  Add any additional CFLAGS to be used to build uClibc.
 	  Add any additional CFLAGS to be used to build uClibc.
 
 
 config DODEBUG
 config DODEBUG
-	bool "Build uClibc with debugging symbols"
+	bool "Enable debugging symbols"
 	select EXTRA_WARNINGS
 	select EXTRA_WARNINGS
 	help
 	help
 	  Say Y here if you wish to compile uClibc with debugging symbols.
 	  Say Y here if you wish to compile uClibc with debugging symbols.
@@ -2284,7 +2284,7 @@ config DOSTRIP
 	  Most people will answer Y.
 	  Most people will answer Y.
 
 
 config DOASSERTS
 config DOASSERTS
-	bool "Build uClibc with run-time assertion testing"
+	bool "Build with run-time assertion testing"
 	help
 	help
 	  Say Y here to include runtime assertion tests.
 	  Say Y here to include runtime assertion tests.
 	  This enables runtime assertion testing in some code, which can
 	  This enables runtime assertion testing in some code, which can