From c8bace0d84ac0b4df2e04f5f7a4ecba56f8d505d Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 7 Oct 2023 06:08:03 +0100 Subject: build/fw/grub: re-add end confirmation message otherwise, if src/grub/ was already compiled, this would not print anything on the screen. however, the files will have been created under elf/grub this message just makes lbmk a bit more user friendly Signed-off-by: Leah Rowe --- script/build/fw/grub | 1 + 1 file changed, 1 insertion(+) (limited to 'script/build/fw') diff --git a/script/build/fw/grub b/script/build/fw/grub index 49b8b416..1ae7ba9c 100755 --- a/script/build/fw/grub +++ b/script/build/fw/grub @@ -18,6 +18,7 @@ main() handle_dependencies build_keymap_configs build_grub_payload + printf "GRUB files now available under directory: %s\n" "${elfdir}" } handle_dependencies() -- cgit v1.2.1