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...)
This commit is contained in:
Augustin Cavalier
2026-04-23 16:17:41 -04:00
parent da093f807e
commit 2b1c4326ec
+2
View File
@@ -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) ;