aboutsummaryrefslogtreecommitdiff
path: root/archival/Config.in
diff options
context:
space:
mode:
authorMikhail Gusarov <dottedmag@dottedmag.net>2010-01-19 20:22:30 +0600
committerDenys Vlasenko <vda.linux@googlemail.com>2010-01-20 02:47:37 +0100
commit0d478334b3e6f644f26518c31117b25134a2678a (patch)
treeab622a7bda68d428db79961701cea608c263baa3 /archival/Config.in
parent2e5fa4a69d49646d928041ebd20bbe659b6d8260 (diff)
downloadbusybox-w32-0d478334b3e6f644f26518c31117b25134a2678a.tar.gz
busybox-w32-0d478334b3e6f644f26518c31117b25134a2678a.tar.bz2
busybox-w32-0d478334b3e6f644f26518c31117b25134a2678a.zip
tar: handle -m (--touch) switch, enabled by FEATURE_TAR_NOPRESERVE_TIME
function old new delta .rodata 2731 2779 +48 usage_messages 432 471 +39 tar_main 603 614 +11 tar_longopts 211 219 +8 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 4/0 up/down: 106/0) Total: 106 bytes Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival/Config.in')
-rw-r--r--archival/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/archival/Config.in b/archival/Config.in
index 17d5c411b..cf771f96c 100644
--- a/archival/Config.in
+++ b/archival/Config.in
@@ -276,6 +276,13 @@ config FEATURE_TAR_UNAME_GNAME
276 listings (-t) and preserving permissions when unpacking (-p). 276 listings (-t) and preserving permissions when unpacking (-p).
277 +200 bytes. 277 +200 bytes.
278 278
279config FEATURE_TAR_NOPRESERVE_TIME
280 bool "Enable -m (do not preserve time) option"
281 default n
282 depends on TAR
283 help
284 With this option busybox supports GNU tar -m (do not preserve time) option.
285
279endif #tar 286endif #tar
280 287
281config UNCOMPRESS 288config UNCOMPRESS