Home | History | Annotate | Download | only in dist

Lines Matching refs:pax

527 	      [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
1087 # FORMAT should be one of 'v7', 'ustar', or 'pax'.
1104 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1113 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
1138 [pax],
1155 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1156 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1167 pax)
1168 am__tar='pax -L -x $1 -w "$$tardir"'
1169 am__tar_='pax -L -x $1 -w "$tardir"'
1170 am__untar='pax -r'