File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -1890,14 +1890,20 @@ else
1890
1890
step_msg " complete"
1891
1891
fi
1892
1892
1893
+ if [ " $CFG_SRC_DIR " = ` pwd` ]; then
1894
+ X_PY=x.py
1895
+ else
1896
+ X_PY=${CFG_SRC_DIR_RELATIVE} x.py
1897
+ fi
1898
+
1893
1899
if [ -z " $CFG_DISABLE_RUSTBUILD " ]; then
1894
1900
msg " NOTE you have now configured rust to use a rewritten build system"
1895
1901
msg " called rustbuild, and as a result this may have bugs that "
1896
1902
msg " you did not see before. If you experience any issues you can"
1897
1903
msg " go back to the old build system with --disable-rustbuild and"
1898
1904
msg " please feel free to report any bugs!"
1899
1905
msg " "
1900
- msg " run \` python x.py --help\` "
1906
+ msg " run \` python ${X_PY} --help\` "
1901
1907
else
1902
1908
warn " the makefile-based build system is deprecated in favor of rustbuild"
1903
1909
msg " "
Original file line number Diff line number Diff line change 1
- # Copyright 20126 The Rust Project Developers. See the COPYRIGHT
1
+ # Copyright 2016 The Rust Project Developers. See the COPYRIGHT
2
2
# file at the top-level directory of this distribution and at
3
3
# http://rust-lang.org/COPYRIGHT.
4
4
#
You can’t perform that action at this time.
0 commit comments