From 66f43b854f43f72018c2d8168f71bc9f6bb95f8c Mon Sep 17 00:00:00 2001 From: Diederik de Haas Date: Thu, 9 Sep 2021 01:00:59 +0200 Subject: [PATCH] Fix _clean_shasums to also remove *.img.sha256. Commit 422a0d60 fixed the img.sha256 target itself, but it didn't update the corresponding clean variant, so add that too. Signed-off-by: Diederik de Haas (cherry picked from commit 60513d46f6f687a2582be3b9a9589ea6259813b9) Signed-off-by: Cyril Brulebois --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f7f3f28..408d6a4 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ _clean_xzimages: _clean_bmaps: rm -f $(addsuffix .img.bmap,$(platforms)) _clean_shasums: - rm -f $(addsuffix .sha256,$(platforms)) $(addsuffix .img.xz.sha256,$(platforms)) + rm -f $(addsuffix .img.sha256,$(platforms)) $(addsuffix .img.xz.sha256,$(platforms)) _clean_logs: rm -f $(addsuffix .log,$(platforms)) _clean_tarballs: