summaryrefslogtreecommitdiffstats
path: root/package/gcc
diff options
context:
space:
mode:
authorerico.nunes <erico.nunes@datacom.ind.br>2015-05-09 17:25:33 -0300
committerPeter Korsgaard <peter@korsgaard.com>2015-05-10 23:07:25 +0200
commite4dde2536acfb72f0933cbcf6ac21f8d57ff40da (patch)
treec30e44db8836f68ddac27054c362b021c81f3be5 /package/gcc
parent51136ebd1dc653bda8dfa4e1b708a03ffae37341 (diff)
downloadbuildroot-e4dde2536acfb72f0933cbcf6ac21f8d57ff40da.tar.gz
buildroot-e4dde2536acfb72f0933cbcf6ac21f8d57ff40da.zip
Makefile: Handle whitespace when stripping .ko
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@datacom.ind.br> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gcc')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud