Merge branch 'fix-prefix-rustc' into 'master'
Fix incorrect path to rust's configure script See merge request redox-os/redox!1209
This commit is contained in:
commit
f0c09396fd
|
@ -123,7 +123,7 @@ $(PREFIX)/rust-freestanding-install: $(ROOT)/rust | $(PREFIX)/gcc-freestanding-i
|
|||
cp -r "$(PREFIX)/gcc-freestanding-install" "$@.partial"
|
||||
cd "$(PREFIX)/rust-freestanding-build" && \
|
||||
export PATH="$(ROOT)/$@.partial/bin:$$PATH" && \
|
||||
"$(ROOT)/$</configure" --prefix="" --disable-docs && \
|
||||
"$</configure" --prefix="" --disable-docs && \
|
||||
make -j `$(NPROC)` && \
|
||||
make -j `$(NPROC)` install DESTDIR="$(ROOT)/$@.partial"
|
||||
rm -rf "$(PREFIX)/rust-freestanding-build"
|
||||
|
|
Loading…
Reference in a new issue