mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-18 14:12:44 +02:00
rom.sh: Print the rom image path being generated
This message used to exist, and it's a nice feedback for the user, to confirm that the build went OK. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -257,6 +257,7 @@ cprom()
|
|||||||
[ $# -gt 0 ] && [ "$1" = "seauboot" ] && \
|
[ $# -gt 0 ] && [ "$1" = "seauboot" ] && \
|
||||||
cbfs "$irom" "$grubdata/bootorder_uboot" bootorder raw; :
|
cbfs "$irom" "$grubdata/bootorder_uboot" bootorder raw; :
|
||||||
|
|
||||||
|
printf "Creating new %s image: '%s'\n" "$projectname" "$newrom"
|
||||||
x_ mkdir -p "bin/$target"
|
x_ mkdir -p "bin/$target"
|
||||||
x_ $cpcmd "$irom" "$newrom"
|
x_ $cpcmd "$irom" "$newrom"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user