Skip to content

Commit

Permalink
touch toolchain after restore mtime
Browse files Browse the repository at this point in the history
  • Loading branch information
lrvick committed Oct 19, 2023
1 parent c25e397 commit 8f53a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f53a64

Please sign in to comment.