Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit c7b8c9e

Browse files
committed
1. move depto_tools to tmp
2. gitignore tmp Signed-off-by: jdai12 <[email protected]>
1 parent 7802594 commit c7b8c9e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

tools-woogeen/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/tmp

tools-woogeen/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ TOOLS="${ROOT}/src/tools-woogeen"
99

1010
REBUILD=false
1111

12-
export PATH=${TOOLS}/depto_tools:$PATH
12+
download_dir=${TOOLS}/tmp
13+
export PATH=${download_dir}/depto_tools:$PATH
1314

1415
usage() {
1516
echo

tools-woogeen/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ repo=https://chromium.googlesource.com/chromium/tools/depot_tools.git
4040
commit=be812619bdaa990418316ca1cefac5de8bbd3adb
4141
name=depto_tools
4242
dst=depto_tools
43-
download_project ${repo} ${commit} ${download_dir} ${name} ${TOOLS}/${dst}
43+
download_project ${repo} ${commit} ${download_dir} ${name} ${download_dir}/${dst}
4444

4545
# third_party/yasm
4646
module_name=yasm

0 commit comments

Comments
 (0)