From 2960abd0088f46bf9b729e61d494b10b99601a45 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 24 Jun 2024 18:32:18 +0100 Subject: roms: remove redundant printf we don't need this message here, because the final confirmation at the end of main() says which targets were built. saying what individual rom images were built is just needless bloat, especially with the new simplified lbmk design; we no longer provide lots of rom images with different keymaps, because we now expect the user to insert a gkb file themselves with cbfstool. Signed-off-by: Leah Rowe --- script/roms | 1 - 1 file changed, 1 deletion(-) (limited to 'script/roms') diff --git a/script/roms b/script/roms index 06f58724..8589f07b 100755 --- a/script/roms +++ b/script/roms @@ -184,7 +184,6 @@ add_seabios_payload() cprom() { - printf "Creating target image: %s\n" "$1" x_ mkdir -p "${1%/*}"; x_ cp "$tmprom" "$1" [ "$xbmk_release" = "y" ] && mksha512sum "$1" "vendorhashes" && \ x_ ./vendor inject -r "$1" -b "$board" -n nuke; return 0 -- cgit v1.2.1