From 2b1c4326ec2a6315e55392bede0c6ef1b0f1647d Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Thu, 23 Apr 2026 16:17:41 -0400 Subject: [PATCH] MMCImage: Delete the temporary partition file after building. AnybootImage does the same. Reduces confusion because the files have quite similar names (we should probably fix that...) --- build/jam/images/MMCImage | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/jam/images/MMCImage b/build/jam/images/MMCImage index 1c225c6a4a..adac1b9676 100644 --- a/build/jam/images/MMCImage +++ b/build/jam/images/MMCImage @@ -186,6 +186,8 @@ for platform in [ MultiBootSubDirSetup ] { } } +RmTemps $(HAIKU_MMC) : $(HAIKU_IMAGE_NAME) ; + #BlessSDImage haiku-$(TARGET_KERNEL_ARCH).mmc ; NotFile haiku-mmc-image ; Depends haiku-mmc-image : $(HAIKU_MMC_NAME) ;