Searched refs:TAR (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/gpl2/dtc/dist/scripts/
H A Dkup-dtc15 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"
/netbsd-current/libexec/httpd/
H A DMakefile94 TAR=${BASE}.tar macro
103 pax -wf ${TAR} ${BASE}; \
104 gzip -nc9 ${TAR} > ${TAR}.gz; \
105 bzip2 -9 ${TAR}; \
107 echo ${TAR}.gz; \
108 echo ${TAR}.bz2
/netbsd-current/external/gpl2/lvm2/dist/test/
H A DMakefile15 TAR ?= $(TAR) macro
/netbsd-current/external/gpl2/lvm2/dist/scripts/
H A Dlvm_dump.sh22 TAR=tar # need czf
230 "$TAR" czf "$lvm_dump" "$dirbase" 2>/dev/null
/netbsd-current/external/gpl3/gcc/dist/maintainer-scripts/
H A Dgcc_release309 (${TAR} cf - "$@" | ${XZ} > ${TARFILE}) || \
375 (${BZIP2} -d -c $1 | ${TAR} xf - ) || error "Could not unpack $1 for diffs"
378 (${XZ} -d -c $1 | ${TAR} xf - ) || error "Could not unpack $1 for diffs"
381 (${XZ} -d -c $3 | ${TAR} xf - ) || error "Could not unpack $3 for diffs"
619 TAR="${TAR:-tar}"
/netbsd-current/external/gpl3/gcc.old/dist/maintainer-scripts/
H A Dgcc_release309 (${TAR} cf - "$@" | ${XZ} > ${TARFILE}) || \
375 (${BZIP2} -d -c $1 | ${TAR} xf - ) || error "Could not unpack $1 for diffs"
378 (${XZ} -d -c $1 | ${TAR} xf - ) || error "Could not unpack $1 for diffs"
381 (${XZ} -d -c $3 | ${TAR} xf - ) || error "Could not unpack $3 for diffs"
619 TAR="${TAR:-tar}"
/netbsd-current/common/dist/zlib/old/os2/
H A DMakefile.os239 TAR=tar
107 GZIP=-9 $(TAR) chofz $$d/$$d.tar.gz $$files; \
/netbsd-current/external/gpl3/gdb/dist/zlib/old/os2/
H A DMakefile.os239 TAR=tar
107 GZIP=-9 $(TAR) chofz $$d/$$d.tar.gz $$files; \
/netbsd-current/external/gpl3/binutils/dist/zlib/old/os2/
H A DMakefile.os239 TAR=tar
107 GZIP=-9 $(TAR) chofz $$d/$$d.tar.gz $$files; \
/netbsd-current/external/gpl3/gdb.old/dist/zlib/old/os2/
H A DMakefile.os239 TAR=tar
107 GZIP=-9 $(TAR) chofz $$d/$$d.tar.gz $$files; \
/netbsd-current/external/gpl3/binutils.old/dist/zlib/old/os2/
H A DMakefile.os239 TAR=tar
107 GZIP=-9 $(TAR) chofz $$d/$$d.tar.gz $$files; \
/netbsd-current/common/dist/zlib/
H A DMakefile.in40 TAR=tar
/netbsd-current/external/apache2/llvm/autoconf/
H A Dconfigure667 TAR
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" >&5
6568 $as_echo "$TAR" >&6; }

Completed in 292 milliseconds