mirror of
https://salsa.debian.org/raspi-team/image-specs
synced 2026-05-30 06:38:09 +02:00
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 <didi.debian@cknow.org>
This commit is contained in:
2
Makefile
2
Makefile
@@ -152,7 +152,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:
|
||||
|
||||
Reference in New Issue
Block a user