Skip to content

Commit

Permalink
Be more verbose when failing due to missing module
Browse files Browse the repository at this point in the history
  • Loading branch information
scaronni committed Nov 30, 2020
1 parent 6283f80 commit 5375478
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dkms
Expand Up @@ -1361,7 +1361,8 @@ do_build()
[[ -e ${built_module_location[$count]}${built_module_name[$count]}$module_uncompressed_suffix ]] && continue
report_build_problem 7 \
$" Build of ${built_module_name[$count]}$module_uncompressed_suffix failed for: $kernelver ($arch)" \
$"Consult the make.log in the build directory" \
$"Make sure the name of the generated module is correct and at the root of the" \
$"build directory, or consult make.log in the build directory" \
$"$dkms_tree/$module/$module_version/build/ for more information."
done
cd - >/dev/null
Expand Down

0 comments on commit 5375478

Please sign in to comment.