Fix incorrect clean in prefix build
This commit is contained in:
parent
91c288d181
commit
e90ab78641
|
@ -52,7 +52,7 @@ $(PREFIX)/gcc-freestanding-install: $(PREFIX)/gcc
|
||||||
touch "$@"
|
touch "$@"
|
||||||
|
|
||||||
$(PREFIX)/relibc-install: $(PREFIX)/binutils-install $(PREFIX)/gcc-freestanding-install
|
$(PREFIX)/relibc-install: $(PREFIX)/binutils-install $(PREFIX)/gcc-freestanding-install
|
||||||
rm -rf "$(PREFIX)/relibc-build"
|
rm -rf "$@"
|
||||||
cd relibc && \
|
cd relibc && \
|
||||||
export PATH="$(PREFIX_FREESTANDING_PATH):$$PATH" && \
|
export PATH="$(PREFIX_FREESTANDING_PATH):$$PATH" && \
|
||||||
rustup target add "$(TARGET)" && \
|
rustup target add "$(TARGET)" && \
|
||||||
|
|
Loading…
Reference in a new issue