hush: kill builtin and kill %jobspec support
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 8 Jan 2017 16:19:38 +0000 (17:19 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 8 Jan 2017 16:19:38 +0000 (17:19 +0100)
commit1125d7d6801940a5218b74c8fd46f1eaa2e4de39
treeec8b07c2799e6d538f0aaf63ab51497904580504
parentd5b5c2fa151d318fa96778d5871e23ede312e5fa
hush: kill builtin and kill %jobspec support

Also made it and printf, type and wait builtins optional.

function                                             old     new   delta
builtin_kill                                           -     323    +323
bltins1                                              336     348     +12
builtin_type                                         114     116      +2
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 2/0 up/down: 337/0)             Total: 337 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/Kbuild.src
procps/Kbuild.src
procps/kill.c
shell/hush.c