switch editors/* to embedded-in-source kbuild system

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2013-11-13 12:45:33 +01:00
parent f200f732f4
commit 73225b6d6e
7 changed files with 61 additions and 53 deletions

View File

@@ -58,6 +58,17 @@
* http://pubs.opengroup.org/onlinepubs/9699919799/utilities/sed.html
*/
//config:config SED
//config: bool "sed"
//config: default y
//config: help
//config: sed is used to perform text transformations on a file
//config: or input from a pipeline.
//kbuild:lib-$(CONFIG_SED) += sed.o
//applet:IF_SED(APPLET(sed, BB_DIR_BIN, BB_SUID_DROP))
//usage:#define sed_trivial_usage
//usage: "[-inrE] [-f FILE]... [-e CMD]... [FILE]...\n"
//usage: "or: sed [-inrE] CMD [FILE]..."