Remove duplicate rust-install target

This commit is contained in:
Jeremy Soller 2019-06-15 09:05:12 -06:00
parent 3ee3ab1c64
commit b94a77d9b9
No known key found for this signature in database
GPG key ID: E988B49EE78A7FB1

View file

@ -229,16 +229,4 @@ $(PREFIX)/gcc-install.tar.gz: $(PREFIX)/gcc-install
--file "$@" \
--directory="$<" \
.
# Building full rustc may not be required
# $(PREFIX)/rust-install: $(ROOT)/rust | $(PREFIX)/gcc-install
# rm -rf "$(PREFIX)/rust-build" "$@"
# mkdir -p "$(PREFIX)/rust-build" "$@"
# cd "$(PREFIX)/rust-build" && \
# export PATH="$(PREFIX_PATH):$$PATH" && \
# "$</configure" --target="$(TARGET)" --prefix="$@" --disable-docs && \
# make -j `$(NPROC)` && \
# make -j `$(NPROC)` install
# touch "$@"
endif