Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
John Hodge
rust_os
Commits
efd52699
Commit
efd52699
authored
Dec 22, 2018
by
John Hodge
Browse files
Fix bad paths in top-level Makefile
parent
15660e2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
efd52699
...
...
@@ -25,8 +25,8 @@ UPDATE:
#@make -C Kernel/ UPDATE --no-print-directory
#@make -C Kernel/ ../libcore/lib.rs --no-print-directory
#
@
mkdir
-p
../
.prefix
curl https://static.rust-lang.org/rustup/rustup-init.sh
-sSf
|
RUSTUP_HOME
=
$(
abspath
../
.prefix
)
CARGO_HOME
=
$(
abspath
../
.prefix
)
sh
-s
--
--default-toolchain
none
--no-modify-path
-y
@
mkdir
-p
.prefix
curl https://static.rust-lang.org/rustup/rustup-init.sh
-sSf
|
RUSTUP_HOME
=
$(
abspath
.prefix
)
CARGO_HOME
=
$(
abspath
.prefix
)
sh
-s
--
--default-toolchain
none
--no-modify-path
-y
$(
call
fn_rustcmd,rustup
)
update
$(RUSTUP_VER)
$(
call
fn_rustcmd,rustup
)
default
$(RUSTUP_VER)
#
$(
call
fn_rustcmd,rustup
)
component add rust-src
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment