mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
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 "$@"
|
||||
|
||||
$(PREFIX)/relibc-install: $(PREFIX)/binutils-install $(PREFIX)/gcc-freestanding-install
|
||||
rm -rf "$(PREFIX)/relibc-build"
|
||||
rm -rf "$@"
|
||||
cd relibc && \
|
||||
export PATH="$(PREFIX_FREESTANDING_PATH):$$PATH" && \
|
||||
rustup target add "$(TARGET)" && \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user