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>btrfsvols
parent
ba324d8c07
commit
c8bace0d84
|
@ -18,6 +18,7 @@ main()
|
||||||
handle_dependencies
|
handle_dependencies
|
||||||
build_keymap_configs
|
build_keymap_configs
|
||||||
build_grub_payload
|
build_grub_payload
|
||||||
|
printf "GRUB files now available under directory: %s\n" "${elfdir}"
|
||||||
}
|
}
|
||||||
|
|
||||||
handle_dependencies()
|
handle_dependencies()
|
||||||
|
|
Loading…
Reference in New Issue