From 8f53a642e7d1695af93b67f1a22b3e77976e5921 Mon Sep 17 00:00:00 2001 From: "Lance R. Vick" Date: Wed, 18 Oct 2023 18:06:11 -0700 Subject: [PATCH] touch toolchain after restore mtime --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 737fd3a..54337aa 100644 --- a/Makefile +++ b/Makefile @@ -31,8 +31,8 @@ lint: cache: ifneq ($(TOOLCHAIN_REPRODUCE),true) git lfs pull --include=cache/toolchain.tgz - touch fetch/apt/Packages.bz2 cache/toolchain.tgz $(MAKE) toolchain-restore-mtime + touch fetch/apt/Packages.bz2 cache/toolchain.tgz endif .PHONY: dist