Lines Matching refs:tmpdir
96 tmpdir=$(mktemp -dt bindropXXXXX)
97 [[ -n "$tmpdir" ]] || fail "can't create temporary directory."
98 mkdir -p "$tmpdir/closed/$rootdir" || exit 1
110 (cd "${ROOT}${suffix}-closed"; tar cf - .) | (cd "$tmpdir/closed/$rootdir"; tar xpf -)
216 rm -rf "$tmpdir/closed/$rootdir/$f"
223 (cd "$tmpdir/closed/$rootdir"; find . -name \*.h \
249 (cd "$tmpdir/closed/$rootdir"; \
259 ROOT="$tmpdir/closed/$rootdir" findcrypto "$SRC/tools/codesign/creds" |
260 awk '{ print $2 }' | (cd "$tmpdir/closed/$rootdir"; xargs rm -f)
266 cp -p "$SRC/tools/opensolaris/BINARYLICENSE.txt" "$tmpdir/closed" || \
268 mkreadme "$tmpdir/closed"
270 cp -p "$CODEMGR_WS/THIRDPARTYLICENSE.ON-BINARIES" "$tmpdir/closed"
273 (cd "$tmpdir"; tar cf "$tarfile" closed) || fail "can't create $tarfile."
276 rm -rf "$tmpdir"