summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-11-01 22:39:21 -0500
committerZachary Ware <zachary.ware@gmail.com>2014-11-01 22:39:21 -0500
commit97d7fb4f00e54b3e5c58a8384ffdd76bdc5bc1a7 (patch)
tree705cba4fc8640483be38a2bf954cab06632b7bff /Tools
parent31ef9f7a719949750f5c12efe21ff3efea83e63a (diff)
downloadcpython-97d7fb4f00e54b3e5c58a8384ffdd76bdc5bc1a7.tar.gz
Issue #17896: Move Windows external lib sources from .. to externals.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/buildbot/external-common.bat3
1 files changed, 2 insertions, 1 deletions
diff --git a/Tools/buildbot/external-common.bat b/Tools/buildbot/external-common.bat
index 5e4002b95a..215a4b9a7f 100644
--- a/Tools/buildbot/external-common.bat
+++ b/Tools/buildbot/external-common.bat
@@ -1,7 +1,8 @@
@rem Common file shared between external.bat and external-amd64.bat. Responsible for
@rem fetching external components into the root\.. buildbot directories.
-cd ..
+if not exist externals mkdir externals
+cd externals
@rem XXX: If you need to force the buildbots to start from a fresh environment, uncomment
@rem the following, check it in, then check it out, comment it out, then check it back in.
@rem if exist bzip2-1.0.6 rd /s/q bzip2-1.0.6