Home
last modified time | relevance | path

Searched refs:TARFILE (Results 1 – 2 of 2) sorted by relevance

/openssl/util/
H A Dmktar.sh25 --tarfile=* ) TARFILE=`echo "$1" | sed -e 's|[^=]*=||'` ;;
26 --tarfile ) shift; TARFILE="$1" ;;
32 if [ -z "$TARFILE" ]; then TARFILE="$NAME.tar"; fi
35 git archive --worktree-attributes -9 --prefix="$NAME/" -o $TARFILE.gz -v HEAD
38 td=`dirname $TARFILE`
39 tf=`basename $TARFILE`
/openssl/Configurations/
H A Dunix-Makefile.tmpl396 TARFILE= ../$(NAME).tar
1450 (cd $(SRCDIR); ./util/mktar.sh --name='$(NAME)' --tarfile='$(TARFILE)')

Completed in 9 milliseconds