Skip to content

Commit

Permalink
Add build total display
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed Feb 5, 2023
1 parent 05dd48a commit acee19b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions rebuild
Original file line number Diff line number Diff line change
Expand Up @@ -922,9 +922,9 @@ download_depends
[[ "${auto_kernel}" == "true" ]] && query_version
download_kernel
#
echo -e "${INFO} Armbian board list: [ $(echo ${build_armbian[*]} | tr "\n" " ") ]"
echo -e "${INFO} Stable kernel list: [ $(echo ${stable_kernel[*]} | tr "\n" " ") ]"
echo -e "${INFO} Rk3588 Kernel list: [ $(echo ${rk3588_kernel[*]} | tr "\n" " ") ]"
echo -e "${INFO} [ ${#build_armbian[*]} ] lists of Armbian board: [ $(echo ${build_armbian[*]} | xargs) ]"
echo -e "${INFO} [ ${#stable_kernel[*]} ] lists of stable kernel: [ $(echo ${stable_kernel[*]} | xargs) ]"
echo -e "${INFO} [ ${#rk3588_kernel[*]} ] lists of rk3588 Kernel: [ $(echo ${rk3588_kernel[*]} | xargs) ]"
echo -e "${INFO} ROOTFS type: [ ${ROOTFS_TYPE} ] \n"
#
# Loop to rebuild armbian
Expand Down
2 changes: 1 addition & 1 deletion recompile
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ init_var "${@}"
[[ "${auto_kernel}" == "true" ]] && query_version
echo -e "${INFO} Kernel compilation toolchain: [ ${toolchain_name} ]"
echo -e "${INFO} Kernel from: [ ${code_owner} ]"
echo -e "${INFO} Kernel List: [ $(echo ${build_kernel[*]} | tr "\n" " ") ] \n"
echo -e "${INFO} Kernel List: [ $(echo ${build_kernel[*]} | xargs) ] \n"
toolchain_check
# Loop to compile the kernel
loop_recompile
Expand Down

0 comments on commit acee19b

Please sign in to comment.