diff options
author | Sven-Göran Bergh | 2013-11-12 14:18:25 +0100 |
---|---|---|
committer | Denys Vlasenko | 2013-11-12 14:18:25 +0100 |
commit | f200f732f4d04a26814f109be8db2b6510e7127c (patch) | |
tree | 6a25379ab278a37e65a8ee8999818247fec60376 /editors/Kbuild.src | |
parent | cd0936be361ad2566200479d66fc1e5671182b73 (diff) | |
download | busybox-f200f732f4d04a26814f109be8db2b6510e7127c.zip busybox-f200f732f4d04a26814f109be8db2b6510e7127c.tar.gz |
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>
Diffstat (limited to 'editors/Kbuild.src')
-rw-r--r-- | editors/Kbuild.src | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/Kbuild.src b/editors/Kbuild.src index 8888cba..15d7a4c 100644 --- a/editors/Kbuild.src +++ b/editors/Kbuild.src @@ -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 |