diff options
| author | Zachary Ware <zachary.ware@gmail.com> | 2015-06-16 10:56:14 -0500 |
|---|---|---|
| committer | Zachary Ware <zachary.ware@gmail.com> | 2015-06-16 10:56:14 -0500 |
| commit | 9fe164364af47d119c4bed420694570ee9a4e6a6 (patch) | |
| tree | 0b7115aa355ec3ec93545193bd4f178593b7830b /Tools/buildbot/clean-amd64.bat | |
| parent | d1f7c594fac756ea3607f85ccdbe7c2a8d3f1eb6 (diff) | |
| download | cpython-git-9fe164364af47d119c4bed420694570ee9a4e6a6.tar.gz | |
Deprecate unused scripts in Tools/buildbot.
I would just outright delete them, but the readme in PCbuild recommended
their use, so I figure it would be nice to leave them there for a while.
Diffstat (limited to 'Tools/buildbot/clean-amd64.bat')
| -rw-r--r-- | Tools/buildbot/clean-amd64.bat | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Tools/buildbot/clean-amd64.bat b/Tools/buildbot/clean-amd64.bat index 6bbbb654db..b53c7c1038 100644 --- a/Tools/buildbot/clean-amd64.bat +++ b/Tools/buildbot/clean-amd64.bat @@ -1,2 +1,5 @@ -@rem Used by the buildbot "clean" step.
+@rem Formerly used by the buildbot "clean" step.
+@echo This script is no longer used and may be removed in the future.
+@echo To get the same effect as this script, use `clean.bat` from this
+@echo directory and pass `-p x64` as two arguments.
call "%~dp0clean.bat" -p x64 %*
|
