mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
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 <leah@libreboot.org>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user