From 7e3dea8107e561ccf176054fd67ef6e0ddd02f89 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 20 Nov 2025 18:09:40 -0700 Subject: [PATCH] Do not update fstools.tag after repo.tag --- mk/repo.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/mk/repo.mk b/mk/repo.mk index 5b06f753..2a105bef 100644 --- a/mk/repo.mk +++ b/mk/repo.mk @@ -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