Skip to content
Commit c4184f11 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

kbuild: make $(checker-shell ) strip spaces around the result



It looks like GNU make version 3.80 (but apparently not 3.81) adds
leading whitespace to the result of the checker-shell execution.  This
strips them off explicitly.

Also, don't bother symlinking the output file to /dev/null.  It's likely
as expensive as just writing the temp-file, and we need to remove it
anyway afterwards.

Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 905adce4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment