cp: add support for --parents and long option synonyms of short opts
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 26 Sep 2009 12:31:04 +0000 (14:31 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 26 Sep 2009 12:31:04 +0000 (14:31 +0200)
commit48f116198d53697d59d03f4e0ff6cd8c04e79660
treed5d8bec787ec70bf90338d2d3c4d9060e3495dc2
parent67f7186403dec3f61f6ea9e9a3f555bd0b0541bc
cp: add support for --parents and long option synonyms of short opts

By Ian Wienand (ianw AT vmware.com)

function                                             old     new   delta
cp_main                                              257     369    +112
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/0 up/down: 112/0)             Total: 112 bytes
   text    data     bss     dec     hex filename
 823000     458    6948  830406   cabc6 busybox_old
 823283     458    6948  830689   cace1 busybox_unstripped

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/Config.in
coreutils/cp.c
testsuite/cp/cp-parents [new file with mode: 0644]