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

/freebsd-11-stable/contrib/dtc/scripts/
H A Dkup-dtc14 TAR="dtc-$VERSION.tar"
15 SIG="$TAR.sign"
17 git archive --format=tar --prefix="$PREFIX" -o "$TAR" "$TAG"
18 gpg --detach-sign --armor -o "$SIG" "$TAR"
20 ls -l "$TAR"*
23 gpg --verify "$SIG" "$TAR"
25 kup put --tar --prefix="$PREFIX" "$REMOTE_GIT" "$TAG" "$SIG" "$REMOTE_PATH/$TAR.gz"
/freebsd-11-stable/crypto/openssl/
H A DMakefile.org72 TAR= tar
511 # and read directly, requiring GNU-Tar. Call "make TAR=gtar dist" if the normal
513 TAR_COMMAND=$(TAR) $(TARFLAGS) --files-from $(TARFILE).list \
541 @$(MAKE) TAR='$(TAR)' TARFLAGS='$(TARFLAGS)' $(DISTTARVARS) tar
H A DMakefile74 TAR= tar macro
513 # and read directly, requiring GNU-Tar. Call "make TAR=gtar dist" if the normal
515 TAR_COMMAND=$(TAR) $(TARFLAGS) --files-from $(TARFILE).list \
543 @$(MAKE) TAR='$(TAR)' TARFLAGS='$(TARFLAGS)' $(DISTTARVARS) tar
/freebsd-11-stable/contrib/amd/scripts/
H A DMakefile.in142 TAR = gtar

Completed in 71 milliseconds