From cf8a4de59b0b0bd91f38e4402feb54d722620d21 Mon Sep 17 00:00:00 2001 From: Wildan M Date: Thu, 12 Feb 2026 12:40:02 +0700 Subject: [PATCH] Add notes for developing rust std --- mk/prefix.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mk/prefix.mk b/mk/prefix.mk index 1ad64072b..b0c81d857 100644 --- a/mk/prefix.mk +++ b/mk/prefix.mk @@ -337,6 +337,9 @@ else cp -r "$(RUST_TARGET)/stage/usr/". "$@.partial" cp -r "$(LLVM_TARGET)/stage/usr/". "$@.partial" mv "$@.partial" "$@" +# TODO: Cache from RUST_TARGET and LLVM_TARGET is currently not cleared. +# TIP: If you're developing std for rust, remove COOKBOOK_CLEAN_BUILD=true +# at the top of this file so your next rust build reuses the build cache endif endif