summaryrefslogtreecommitdiffstats
path: root/rules/gawk.in
diff options
context:
space:
mode:
authorMichael Grzeschik <m.grzeschik@pengutronix.de>2008-06-04 12:58:56 +0000
committerMichael Grzeschik <m.grzeschik@pengutronix.de>2008-06-04 12:58:56 +0000
commite77d46edfa498ea6b9e482eed2f9a4783fb8d66d (patch)
tree6d19776b1d492e8cad206e01f524b1cf3ef5b704 /rules/gawk.in
parent596f6514f2ee5cc295a2892704b66c6709478061 (diff)
downloadptxdist-e77d46edfa498ea6b9e482eed2f9a4783fb8d66d.tar.gz
ptxdist-e77d46edfa498ea6b9e482eed2f9a4783fb8d66d.tar.xz
* : d-g.in tristate changes
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8311 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/gawk.in')
-rw-r--r--rules/gawk.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/rules/gawk.in b/rules/gawk.in
index 953b6fb52..c48d0e1cf 100644
--- a/rules/gawk.in
+++ b/rules/gawk.in
@@ -1,17 +1,19 @@
menuconfig GAWK
- bool "gawk "
+ tristate
+ prompt "gawk "
help
Gawk is the GNU Project's implementation of the AWK programming
language. It conforms to the definition of the language in the POSIX
1003.2 Command Language And Utilities Standard.
+if GAWK
+
config GAWK_PGAWK
bool "Install pgawk"
- depends on GAWK
default n
config GAWK_AWKLIB
bool "Install awklib"
- depends on GAWK
default n
+endif