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:
Sven-Göran Bergh
2013-11-12 14:18:25 +01:00
committed by Denys Vlasenko
parent cd0936be36
commit f200f732f4
4 changed files with 85 additions and 43 deletions

View File

@@ -7,7 +7,6 @@
lib-y:=
INSERT
lib-$(CONFIG_AWK) += awk.o
lib-$(CONFIG_CMP) += cmp.o
lib-$(CONFIG_DIFF) += diff.o
lib-$(CONFIG_ED) += ed.o