mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
uboot: debug u-boot directory contents before/after patching
- with DEBUG=yes, allows us to see what is leftover in directory during builds - with new cleaning in separate commit, there shouldn't be any leftovers _at all_
This commit is contained in:
@@ -52,8 +52,18 @@ function patch_uboot_target() {
|
||||
function compile_uboot_target() {
|
||||
: "${artifact_version:?artifact_version is not set}"
|
||||
|
||||
if [[ "${SHOW_DEBUG}" == "yes" ]]; then
|
||||
display_alert "${uboot_prefix}Listing contents of u-boot directory" "'${version}' '${target_make}' before patching" "debug"
|
||||
run_host_command_logged "ls -laht"
|
||||
fi
|
||||
|
||||
patch_uboot_target
|
||||
|
||||
if [[ "${SHOW_DEBUG}" == "yes" ]]; then
|
||||
display_alert "${uboot_prefix}Listing contents of u-boot directory" "'${version}' '${target_make}' after patching" "debug"
|
||||
run_host_command_logged "ls -laht"
|
||||
fi
|
||||
|
||||
if [[ $CREATE_PATCHES == yes ]]; then
|
||||
return 0
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user