about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2017-10-11 13:26:09 +0000
committerbors <bors@rust-lang.org>2017-10-11 13:26:09 +0000
commitc0d40a1908723a7bbf0d2f745570162de250f188 (patch)
tree28d342c8beb99445f408a545a7ff101d4f161889 /src/bootstrap
parent264aafe0566e521bbc95bd3f44dae97591c9fd20 (diff)
parent4a90366464a109f5959917cce188f73fef6aa225 (diff)
downloadrust-c0d40a1908723a7bbf0d2f745570162de250f188.tar.gz
rust-c0d40a1908723a7bbf0d2f745570162de250f188.zip
Auto merge of #45192 - steveklabnik:rollup, r=steveklabnik
Rollup of 5 pull requests

- Successful merges: #45071, #45139, #45148, #45171, #45180
- Failed merges: #45121
Diffstat (limited to 'src/bootstrap')
-rwxr-xr-xsrc/bootstrap/configure.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/bootstrap/configure.py b/src/bootstrap/configure.py
index 8e3ee90207f..0ea4af386c7 100755
--- a/src/bootstrap/configure.py
+++ b/src/bootstrap/configure.py
@@ -407,11 +407,6 @@ with open('Makefile', 'w') as f:
     contents = contents.replace("$(CFG_PYTHON)", sys.executable)
     f.write(contents)
 
-# Finally, clean up with a bit of a help message
-relpath = os.path.dirname(__file__)
-if relpath == '':
-    relpath = '.'
-
 p("")
-p("run `python {}/x.py --help`".format(relpath))
+p("run `python {}/x.py --help`".format(rust_dir))
 p("")