Skip to content
Commit c1c171ac authored by Cameron Hutchison's avatar Cameron Hutchison Committed by Peter Korsgaard
Browse files

linux-advanced: Fix probing of kernel version



Probing the kernel version uses command substitution to capture the
result of a make command. If the top-level make is run with -C, the
sub-make will print entering/leaving directory messages, mucking up the
output we're trying to capture.

Invoke the sub-make with --no-print-directory so we get clean output.

Signed-off-by: default avatarCameron Hutchison <cam@camh.ch>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 89fd7208
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment