summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2008-03-17 17:10:41 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-03-17 17:10:41 +0000
commit52f6ee2cf00a7496f7c7562d37987b9542dc5cc7 (patch)
tree100eb33a63b23bb78aaacfb806aa64ea19d9826c
parent9c43232224dfaf669bd931bd1379bec206099057 (diff)
downloadptxdist-52f6ee2cf00a7496f7c7562d37987b9542dc5cc7.tar.gz
ptxdist-52f6ee2cf00a7496f7c7562d37987b9542dc5cc7.tar.xz
* gdb: fix menu alignment
* strace: fix menu alignment * gdbserver: fix menu alignment git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7849 33e552b5-05e3-0310-8538-816dae2090ed
-rw-r--r--rules/gdb.in2
-rw-r--r--rules/gdbserver.in3
-rw-r--r--rules/strace.in2
3 files changed, 4 insertions, 3 deletions
diff --git a/rules/gdb.in b/rules/gdb.in
index 8ad340182..14d4c2690 100644
--- a/rules/gdb.in
+++ b/rules/gdb.in
@@ -3,7 +3,7 @@
source "rules/gdbserver.in"
menuconfig GDB
- bool "gdb (the real one)"
+ prompt "gdb (the real one) "
select GLIBC_LIBM if (GLIBC && GLIBC_INSTALL && GDB_SHARED)
select TERMCAP if GDB_TERMCAP
select NCURSES if GDB_NCURSES
diff --git a/rules/gdbserver.in b/rules/gdbserver.in
index e70c7c2d5..c0a50354c 100644
--- a/rules/gdbserver.in
+++ b/rules/gdbserver.in
@@ -1,5 +1,6 @@
menuconfig GDBSERVER
- bool "gdbserver"
+ bool
+ prompt "gdbserver "
help
GDBSERVER is a program that allows you to run GDB on a
different machine than the one which is running the
diff --git a/rules/strace.in b/rules/strace.in
index 0cc071d97..272f8395c 100644
--- a/rules/strace.in
+++ b/rules/strace.in
@@ -1,6 +1,6 @@
menuconfig STRACE
bool
- prompt "strace"
+ prompt "strace "
help
In the simplest case strace runs the specified
command until it exits. It intercepts and records the