mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Prevent repeated fetching of relibc
This commit is contained in:
parent
e62eae4f10
commit
deac6bfdba
@ -38,6 +38,7 @@ PREFIX_STRIP=\
|
||||
|
||||
$(RELIBC_SOURCE): $(FSTOOLS_TAG)
|
||||
cd ./cookbook && ./target/release/repo fetch relibc
|
||||
touch $(RELIBC_SOURCE)
|
||||
|
||||
$(PREFIX)/relibc: $(RELIBC_SOURCE)
|
||||
mkdir -p "$(@D)"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user