[Buildroot] [PATCH 1/1] Makefile: Handle whitespace when stripping .ko

Peter Korsgaard peter at korsgaard.com
Sun May 10 21:07:53 UTC 2015


>>>>> "Erico" == Erico Nunes <erico.nunes at datacom.ind.br> writes:

 > It is possible to end up with a path containing spaces if the kernel
 > localversion contains spaces.
 > Be it good practice or not, there are third party vendors which
 > distribute kernel configuration files for reference platforms which have
 > quoted strings containing whitespaces in the localversion.

 > There was already a fix to handle paths with whitespaces or other
 > special characters when running strip, which consists of using the find
 > -print0 and xargs -0 pair of arguments, but the kernel module stripping
 > wasn't included in the fix.
 > This commit includes the same fix to the kernel module stripping line.

 > Signed-off-by: Erico Nunes <erico.nunes at datacom.ind.br>

Committed, thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list