aboutsummaryrefslogtreecommitdiffhomepage
path: root/util/python
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-06-24 16:50:40 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-06-24 18:05:02 -0700
commit67324b1e3af826c4c491802f4022a5f5be9f6670 (patch)
tree018e21feade905a14d8beb2c8e7ebdfd905bbf51 /util/python
parente30936c026655f1b2f4f45997da32c257d18b076 (diff)
Merge changes from github.
Change: 125835079
Diffstat (limited to 'util/python')
-rw-r--r--util/python/BUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/util/python/BUILD b/util/python/BUILD
index a610c29299..af05de2004 100644
--- a/util/python/BUILD
+++ b/util/python/BUILD
@@ -15,6 +15,7 @@ genrule(
name = "python_check",
srcs = [
"python_config.sh",
+ "configure_files"
],
outs = [
"python_checked",
@@ -22,3 +23,10 @@ genrule(
cmd = "OUTPUTDIR=\"$(@D)/\"; $(location :python_config.sh) --check && touch $$OUTPUTDIR/python_checked",
local = 1,
)
+
+filegroup(
+ name = "configure_files",
+ data = glob([
+ "*",
+ ])
+)