mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 22:34:18 +08:00
Touch build/fetch.tag to prevent re-fetch
This commit is contained in:
parent
8e6b2f7a85
commit
907dfce1ad
@ -4,6 +4,7 @@ build/fetch.tag: cookbook installer prefix $(FILESYSTEM_CONFIG)
|
||||
PACKAGES="$$($(INSTALLER) --list-packages -c $(FILESYSTEM_CONFIG))" && \
|
||||
cd cookbook && \
|
||||
./fetch.sh "$${PACKAGES}"
|
||||
touch $@
|
||||
|
||||
build/repo.tag: build/fetch.tag
|
||||
$(HOST_CARGO) build --manifest-path cookbook/Cargo.toml --release
|
||||
|
||||
Loading…
Reference in New Issue
Block a user