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))" && \
|
PACKAGES="$$($(INSTALLER) --list-packages -c $(FILESYSTEM_CONFIG))" && \
|
||||||
cd cookbook && \
|
cd cookbook && \
|
||||||
./fetch.sh "$${PACKAGES}"
|
./fetch.sh "$${PACKAGES}"
|
||||||
|
touch $@
|
||||||
|
|
||||||
build/repo.tag: build/fetch.tag
|
build/repo.tag: build/fetch.tag
|
||||||
$(HOST_CARGO) build --manifest-path cookbook/Cargo.toml --release
|
$(HOST_CARGO) build --manifest-path cookbook/Cargo.toml --release
|
||||||
|
|
Loading…
Reference in a new issue