awk: optionally support -e AWK_PROG
function old new delta awk_main 959 978 +19 Signed-off-by: Sven-Göran Bergh <sgb@systemasis.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
cd0936be36
commit
f200f732f4
4 changed files with 85 additions and 43 deletions
|
@ -7,21 +7,6 @@ menu "Editors"
|
|||
|
||||
INSERT
|
||||
|
||||
config AWK
|
||||
bool "awk"
|
||||
default y
|
||||
help
|
||||
Awk is used as a pattern scanning and processing language. This is
|
||||
the BusyBox implementation of that programming language.
|
||||
|
||||
config FEATURE_AWK_LIBM
|
||||
bool "Enable math functions (requires libm)"
|
||||
default y
|
||||
depends on AWK
|
||||
help
|
||||
Enable math functions of the Awk programming language.
|
||||
NOTE: This will require libm to be present for linking.
|
||||
|
||||
config CMP
|
||||
bool "cmp"
|
||||
default y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue