wok annotate busybox/stuff/busybox-1.20-tar.u @ rev 12755

busybox: handle ARCH and build for Aarmv6
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 12 04:20:53 2012 +0200 (2012-05-12)
parents
children
rev   line source
pascal@12460 1 Accept and ignore --wildcards argument
pascal@12460 2 --- busybox-1.20.0/archival/tar.c
pascal@12460 3 +++ busybox-1.20.0/archival/tar.c
pascal@12460 4 @@ -836,8 +836,10 @@
pascal@12460 5 "touch\0" No_argument "m"
pascal@12460 6 # endif
pascal@12460 7 # if ENABLE_FEATURE_TAR_TO_COMMAND
pascal@12460 8 - "to-command\0" Required_argument "\xfb"
pascal@12460 9 + "to-command\0" Required_argument "\xfa"
pascal@12460 10 # endif
pascal@12460 11 + /* ignore --wildcards */
pascal@12460 12 + "wildcards\0" No_argument "\xfb"
pascal@12460 13 /* use numeric uid/gid from tar header, not textual */
pascal@12460 14 "numeric-owner\0" No_argument "\xfc"
pascal@12460 15 /* do not restore mode */