Avoid hardcoding filenames in _clean_yaml.
This commit is contained in:
2
Makefile
2
Makefile
@@ -57,7 +57,7 @@ _ck_root:
|
|||||||
[ `whoami` = 'root' ] # Only root can summon vmdb2 ☹
|
[ `whoami` = 'root' ] # Only root can summon vmdb2 ☹
|
||||||
|
|
||||||
_clean_yaml:
|
_clean_yaml:
|
||||||
rm -f $(addsuffix .yaml,$(platforms)) raspi_base_bookworm.yaml raspi_base_trixie.yaml raspi_base_forky.yaml
|
rm -f $(addsuffix .yaml,$(platforms)) $(foreach rel,$(BUILD_RELEASES),raspi_base_$(rel).yaml)
|
||||||
_clean_images:
|
_clean_images:
|
||||||
rm -f $(addsuffix .img,$(platforms))
|
rm -f $(addsuffix .img,$(platforms))
|
||||||
_clean_xzimages:
|
_clean_xzimages:
|
||||||
|
|||||||
Reference in New Issue
Block a user