diff options
| author | Leah Rowe <leah@libreboot.org> | 2023-10-07 06:08:03 +0100 | 
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2023-10-07 06:08:03 +0100 | 
| commit | c8bace0d84ac0b4df2e04f5f7a4ecba56f8d505d (patch) | |
| tree | c1a84dc9c38f2d39305ed9c5b22f3fba0b3894b1 | |
| parent | ba324d8c077fd2a649ae39c62da353d197e53a78 (diff) | |
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>
| -rwxr-xr-x | script/build/fw/grub | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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() | 
