summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-11-02 03:34:09 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-11-02 03:34:09 (GMT)
commit21a2350a83d52969f20556cb64e2865203a4d082 (patch)
tree6f5142f51639af43cfba2eacfd7b3536f29cf1ca /Tools
parent33db23f53cd39b3e3f6b9b526601a85879abbcc5 (diff)
downloadcpython-21a2350a83d52969f20556cb64e2865203a4d082.zip
cpython-21a2350a83d52969f20556cb64e2865203a4d082.tar.gz
cpython-21a2350a83d52969f20556cb64e2865203a4d082.tar.bz2
Issue #17896: Move Windows external lib sources from .. to externals.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/buildbot/external-common.bat5
1 files changed, 3 insertions, 2 deletions
diff --git a/Tools/buildbot/external-common.bat b/Tools/buildbot/external-common.bat
index 7ca41a6..fb36c17 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.
+@rem fetching external components into the root\externals directory.
-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