Home | History | Annotate | Download | only in protobuf

Lines Matching full:tardir

892 # $tardir.
893 # tardir=directory && $(am__tar) > result.tar
903 tardir"' am__untar='$${TAR-tar} xf -'],
920 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
921 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
928 am__tar='tar chf - "$$tardir"'
929 am__tar_='tar chf - "$tardir"'
933 am__tar='pax -L -x $1 -w "$$tardir"'
934 am__tar_='pax -L -x $1 -w "$tardir"'
938 am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
939 am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
957 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])