summaryrefslogtreecommitdiffstats
path: root/rules/gawk.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2007-10-04 15:59:48 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2007-10-04 15:59:48 +0000
commit98b59c2b53e26deae2b97b33d7fb9a804e154fbc (patch)
treeb85051c261e2233564f02d3b9584093f54d920a0 /rules/gawk.in
parent5be21892794ab442f3ec8f69159c9999645f0c0c (diff)
downloadptxdist-98b59c2b53e26deae2b97b33d7fb9a804e154fbc.tar.gz
ptxdist-98b59c2b53e26deae2b97b33d7fb9a804e154fbc.tar.xz
* gawk: updated and targetinstall completed. Simply completes
the gawk configuration and installation. Package now usable. Patch by Carsten Schlote. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7349 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/gawk.in')
-rw-r--r--rules/gawk.in21
1 files changed, 15 insertions, 6 deletions
diff --git a/rules/gawk.in b/rules/gawk.in
index 3d0316aad..f96058a7c 100644
--- a/rules/gawk.in
+++ b/rules/gawk.in
@@ -1,8 +1,17 @@
-config GAWK
+menuconfig GAWK
bool "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.
+ 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.
+
+config GAWK_PGAWK
+ bool "Install pgawk"
+ depends on GAWK
+ default n
+
+config GAWK_AWKLIB
+ bool "Install awklib"
+ depends on GAWK
+ default n
+