Prevent repeated fetching of relibc

This commit is contained in:
Jeremy Soller 2025-11-20 13:25:30 -07:00
parent e62eae4f10
commit deac6bfdba
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -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)"