From: Michal Marek Date: Wed, 18 Jun 2014 14:21:41 +0000 (+0200) Subject: kbuild: Fix tar-pkg with relative $(objtree) X-Git-Tag: omap-for-v3.17/soc-cleanup~60^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7eb3a7a1790e0a3a063b4183894d0d63ffee431;p=pandora-kernel.git kbuild: Fix tar-pkg with relative $(objtree) Commit 7e1c0477 (kbuild: Use relative path for $(objtree)) assumes that the build process does not change its working directory. make tar-pkg was a couterexample, fix this by changing directory only for the tar command and not for the whole script, which at one point references the now relative $(objtree). Reported-and-tested-by: "J. Bruce Fields" Signed-off-by: Michal Marek --- Reading git-diff-tree failed