Skip to content

Commit 7800854

Browse files
committed
fix script wrong directory
1 parent aafd4e6 commit 7800854

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

ODIN_II/usefull_tools/nuke_temporary_files.sh

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
#/bin/bash
22

3-
EXCLUDES="-e build -e CMake -e libs -e abc/abc -e vpr/vpr -e vpr/libvpr.a -e ace2/ace -e abc/libabc.a -e ODIN_II/odin_II -e ODIN_II/libodin_ii.a"
3+
VTR_ROOT=$(git rev-parse --show-toplevel)
4+
5+
cd ${VTR_ROOT}
6+
7+
EXCLUDES="\
8+
-e build \
9+
-e CMake \
10+
-e libs \
11+
-e blifexplorer/blifexplorer \
12+
-e abc/abc \
13+
-e vpr/vpr \
14+
-e vpr/libvpr.a \
15+
-e ace2/ace \
16+
-e abc/libabc.a \
17+
-e ODIN_II/odin_II \
18+
-e ODIN_II/libodin_ii.a \
19+
"
420

521
while [[ 1 ]]
622
do

0 commit comments

Comments
 (0)