On Fri, Jan 30, 2026 at 12:59:50PM -0500, Joe Lawrence wrote:
> @@ -913,7 +914,7 @@ if (( SHORT_CIRCUIT <= 1 )); then
>       validate_patches
>       status "Building original kernel"
>       clean_kernel
> -     build_kernel
> +     build_kernel "Original"
>       status "Copying original object files"
>       copy_orig_objects
>  fi
> @@ -923,7 +924,7 @@ if (( SHORT_CIRCUIT <= 2 )); then
>       fix_patches
>       apply_patches
>       status "Building patched kernel"
> -     build_kernel
> +     build_kernel "Patched"

nit: these should be lowercase for consistency with other error
messages:

  error: klp-build: original kernel build failed

-- 
Josh

Reply via email to