HomeSort by: relevance | last modified time | path
    Searched refs:TAR (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl2/dtc/dist/scripts/
kup-dtc 15 TAR="dtc-$VERSION.tar"
16 SIG="$TAR.sign"
18 git archive --format=tar --prefix="$PREFIX" -o "$TAR" "$TAG"
19 gpg --detach-sign --armor -o "$SIG" "$TAR"
21 ls -l "$TAR"*
24 gpg --verify "$SIG" "$TAR"
26 kup put --tar --prefix="$PREFIX" "$REMOTE_GIT" "$TAG" "$SIG" "$REMOTE_PATH/$TAR.gz"
    [all...]
  /src/libexec/httpd/
Makefile 95 TAR=${BASE}.tar
104 pax -wf ${TAR} ${BASE}; \
105 gzip -nc9 ${TAR} > ${TAR}.gz; \
106 bzip2 -9 ${TAR}; \
108 echo ${TAR}.gz; \
109 echo ${TAR}.bz2
  /src/external/gpl2/lvm2/dist/test/
Makefile 15 TAR ?= $(TAR)
  /src/external/gpl2/lvm2/dist/scripts/
lvm_dump.sh 22 TAR=tar # need czf
230 "$TAR" czf "$lvm_dump" "$dirbase" 2>/dev/null
  /src/lib/libc/time/
Makefile 16 # GNU Tar 1.14 (2004)
595 # Flags to give 'tar' when making a distribution.
596 # Try to use flags appropriate for GNU tar.
602 if tar $(GNUTARFLAGS) --version >/dev/null 2>&1; then \
603 TAR='tar $(GNUTARFLAGS)'; \
605 TAR=tar; \
1097 rm -f leapseconds version $(MANTXTS) $(TZS) *.asc *.tar.*
1264 tzcode$(VERSION).tar.gz.asc.t
    [all...]
  /src/external/public-domain/tz/dist/
Makefile 16 # GNU Tar 1.14 (2004)
595 # Flags to give 'tar' when making a distribution.
596 # Try to use flags appropriate for GNU tar.
602 if tar $(GNUTARFLAGS) --version >/dev/null 2>&1; then \
603 TAR='tar $(GNUTARFLAGS)'; \
605 TAR=tar; \
1096 rm -f leapseconds version $(MANTXTS) $(TZS) *.asc *.tar.*
1263 tzcode$(VERSION).tar.gz.asc.t
    [all...]
  /src/external/gpl3/gcc/dist/maintainer-scripts/
gcc_release 282 # gcc-"${RELEASE}".tar.xz tarball.
301 # other arguments to tar.
304 # Get the name of the destination tar file.
305 TARFILE="$1.tar.xz"
308 # Build the tar file itself.
309 (${TAR} cf - "$@" | ${XZ} > ${TARFILE}) || \
314 # Build the various tar files for the release.
344 *.tar.xz) old_vers=${old_file%.tar.xz};;
345 *) old_vers=${old_file%.tar.bz2};
    [all...]
  /src/external/gpl3/gcc.old/dist/maintainer-scripts/
gcc_release 282 # gcc-"${RELEASE}".tar.xz tarball.
301 # other arguments to tar.
304 # Get the name of the destination tar file.
305 TARFILE="$1.tar.xz"
308 # Build the tar file itself.
309 (${TAR} cf - "$@" | ${XZ} > ${TARFILE}) || \
314 # Build the various tar files for the release.
344 *.tar.xz) old_vers=${old_file%.tar.xz};;
345 *) old_vers=${old_file%.tar.bz2};
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/Configurations/
unix-Makefile.tmpl 323 TAR= {- $target{TAR} || "tar" -}
329 TARFILE= ../$(NAME).tar
935 tar:
  /src/crypto/external/bsd/openssl/dist/Configurations/
unix-Makefile.tmpl 360 TAR= {- $target{TAR} || "tar" -}
366 TARFILE= ../$(NAME).tar
1370 tar:
  /src/crypto/external/apache2/openssl/dist/Configurations/
unix-Makefile.tmpl 402 TAR= {- $target{TAR} || "tar" -}
408 TARFILE= ../$(NAME).tar
1469 tar:
  /src/external/apache2/llvm/autoconf/
configure 667 TAR
1216 -target | --target | --targe | --targ | --tar | --ta | --t)
1218 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
6534 # Extract the first word of "tar", so it can be a program name with args.
6535 set dummy tar; ac_word=$2
6541 case $TAR in
6543 ac_cv_path_TAR="$TAR" # Let the user override the test with a path.
6565 TAR=$ac_cv_path_TAR
6566 if test -n "$TAR"; then
6567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $TAR" >&
    [all...]

Completed in 88 milliseconds