]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: Fix tar-pkg with relative $(objtree)
authorMichal Marek <mmarek@suse.cz>
Wed, 18 Jun 2014 14:21:41 +0000 (16:21 +0200)
committerMichal Marek <mmarek@suse.cz>
Wed, 18 Jun 2014 15:34:59 +0000 (17:34 +0200)
commit190518c23890012adb08425ac17fe7fedf7e2f2a
tree6ae3488fc80205b76e5c937b16ad07f363ee4daf
parent9ecb759aea25661066c29bc899ef83a624b8f2d4
kbuild: Fix tar-pkg with relative $(objtree)

Commit 5aacbac1 (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" <bfields@fieldses.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/package/buildtar