summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2007-01-08 12:46:02 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2007-01-08 12:46:02 +0000
commita12706624da51a01148e4d7711a011ed79b148aa (patch)
treebde3b5d18c26a258f54ad7569f56fb8a3dc8a3bc
parent5d3901c1b664fb58fac18da5cfd40e9837079dca (diff)
downloadptxdist-a12706624da51a01148e4d7711a011ed79b148aa.tar.gz
ptxdist-a12706624da51a01148e4d7711a011ed79b148aa.tar.xz
* daemonize.in, gawk.in, gdbserver.in, gdbserver.in:
changed config -> menuconfig git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6766 33e552b5-05e3-0310-8538-816dae2090ed
-rw-r--r--rules/daemonize.in2
-rw-r--r--rules/gawk.in4
-rw-r--r--rules/gdb.in2
-rw-r--r--rules/gdbserver.in2
4 files changed, 5 insertions, 5 deletions
diff --git a/rules/daemonize.in b/rules/daemonize.in
index 1d855f760..3260e5868 100644
--- a/rules/daemonize.in
+++ b/rules/daemonize.in
@@ -1,6 +1,6 @@
config DAEMONIZE
bool
- prompt "daemonize "
+ prompt "daemonize"
help
Daemonize is a trivial utility that runs a command as a Unix
daemon. See the project homepage for details:
diff --git a/rules/gawk.in b/rules/gawk.in
index a26c17a4f..3d0316aad 100644
--- a/rules/gawk.in
+++ b/rules/gawk.in
@@ -1,5 +1,5 @@
-menuconfig GAWK
- bool "Gawk "
+config GAWK
+ bool "gawk"
help
Gawk is the GNU Project's implementation of
the AWK programming language. It conforms to
diff --git a/rules/gdb.in b/rules/gdb.in
index 891230fd3..47834d7aa 100644
--- a/rules/gdb.in
+++ b/rules/gdb.in
@@ -2,7 +2,7 @@
source "rules/gdbserver.in"
-config GDB
+menuconfig GDB
bool "gdb (the real one)"
select GLIBC_LIBM if (GLIBC && GLIBC_INSTALL && GDB_SHARED)
select TERMCAP if GDB_TERMCAP
diff --git a/rules/gdbserver.in b/rules/gdbserver.in
index c2471ef88..7da66c5f4 100644
--- a/rules/gdbserver.in
+++ b/rules/gdbserver.in
@@ -1,4 +1,4 @@
-config GDBSERVER
+menuconfig GDBSERVER
bool "gdbserver"
help
GDBSERVER is a program that allows you to run GDB on a