tar: implement --no-recursion
authorNatanael Copa <natanael.copa@gmail.com>
Tue, 24 Apr 2012 15:06:19 +0000 (17:06 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 18 May 2012 14:34:30 +0000 (16:34 +0200)
commit044610413767eda4350c5adf35cf5e69a6d6df8f
tree285eda8f28514812b3ebc3285e14168e2dbf49d0
parentb6beada5a1432645090b441531b5909983cfbf10
tar: implement --no-recursion

function                                             old     new   delta
tar_longopts                                         259     274     +15
.rodata                                             5757    5772     +15
tar_main                                            1038    1052     +14
writeTarFile                                         362     353      -9
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 3/1 up/down: 44/-9)              Total: 35 bytes
   text    data     bss     dec     hex filename
  81457    1706    8344   91507   16573 busybox_old
  81477    1706    8344   91527   16587 busybox_unstripped

Signed-off-by: Natanael Copa <natanael.copa@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
archival/tar.c