From: David R. Bild Date: Sat, 12 Jan 2013 15:19:19 +0000 (-0500) Subject: kbuild: clear KBUILD_SRC when calling 'make' in RPM spec X-Git-Tag: v3.9-rc1~50^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0367a61567de103b1946bf87115e15253194195;p=pandora-kernel.git kbuild: clear KBUILD_SRC when calling 'make' in RPM spec 'make rpm-pkg' and 'make binrpm-pkg' fail when the kernel source is read-only. Specifically, when the RPM spec generated by scripts/package/mkspec is run, KBUILD_SRC happens to be set to the source location and thus the invocation of 'make headers_install' fails when an internal call to 'filechk' tries to write a file into the source tree. The fix is to clear KBUILD_SRC for the 'make headers_install' invocation in the spec file, as is already done for the 'make modules_install' invocation. Signed-off-by: David R. Bild Signed-off-by: Michal Marek --- Reading git-diff-tree failed