File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,17 +27,17 @@ echo 'Copying files from '$SRC' to '$DST
27
27
rm -rf $DST
28
28
29
29
mkdir -p $DST /tensorflow
30
- cp -R $SRC /tensorflow/core/ $DST /tensorflow
31
- cp -R $SRC /tensorflow/cc/ $DST /tensorflow
30
+ cp -R $SRC /tensorflow/core $DST /tensorflow
31
+ cp -R $SRC /tensorflow/cc $DST /tensorflow
32
32
33
33
mkdir -p $DST /third_party
34
- cp -R $SRC /third_party/eigen3/ $DST /third_party
34
+ cp -R $SRC /third_party/eigen3 $DST /third_party
35
35
36
- cp -R $SRC /bazel-genfiles/tensorflow/cc/ $DST /tensorflow
37
- cp -R $SRC /bazel-genfiles/tensorflow/core/ $DST /tensorflow
36
+ cp -R $SRC /bazel-genfiles/tensorflow/cc $DST /tensorflow
37
+ cp -R $SRC /bazel-genfiles/tensorflow/core $DST /tensorflow
38
38
39
39
mkdir -p $DST /external/eigen_archive
40
- cp -R $SRC /bazel-tensorflow/external/eigen_archive/eigen-eigen* / $DST /external/eigen_archive
40
+ cp -R $SRC /bazel-tensorflow/external/eigen_archive/eigen-eigen* $DST /external/eigen_archive
41
41
42
42
43
43
You can’t perform that action at this time.
0 commit comments