Do not update fstools.tag after repo.tag

This commit is contained in:
Jeremy Soller 2025-11-20 18:09:40 -07:00
parent 19545b885c
commit 7e3dea8107
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -8,8 +8,6 @@ else
export COOKBOOK_HOST_SYSROOT="$(ROOT)/$(PREFIX_INSTALL)" && \
./repo.sh $(REPO_APPSTREAM) $(REPO_NONSTOP) $(REPO_OFFLINE) $(COOKBOOK_OPTS) --with-package-deps
mkdir -p $(BUILD)
# make sure fstools.tag are newer than the things repo modifies
touch $(FSTOOLS_TAG)
touch $@
endif