Home
last modified time | relevance | path

Searched hist:"7 e1c0477" (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/scripts/
H A DMakefile.cleana16c5f99a28c9945165c46da27fff8e6f26f8736 Wed Dec 31 09:29:35 CST 2014 Michal Marek <mmarek@suse.cz> kbuild: Fix removal of the debian/ directory

scripts/Makefile.clean treats absolute path specially, but
$(objtree)/debian is no longer an absolute path since 7e1c0477 (kbuild:
Use relative path for $(objtree). Work around this by checking if the
path starts with $(objtree)/.

Reported-and-tested-by: Sedat Dilek <sedat.dilek@gmail.com>
Fixes: 7e1c0477 (kbuild: Use relative path for $(objtree)
Signed-off-by: Michal Marek <mmarek@suse.cz>
a16c5f99a28c9945165c46da27fff8e6f26f8736 Wed Dec 31 09:29:35 CST 2014 Michal Marek <mmarek@suse.cz> kbuild: Fix removal of the debian/ directory

scripts/Makefile.clean treats absolute path specially, but
$(objtree)/debian is no longer an absolute path since 7e1c0477 (kbuild:
Use relative path for $(objtree). Work around this by checking if the
path starts with $(objtree)/.

Reported-and-tested-by: Sedat Dilek <sedat.dilek@gmail.com>
Fixes: 7e1c0477 (kbuild: Use relative path for $(objtree)
Signed-off-by: Michal Marek <mmarek@suse.cz>
/openbmc/linux/scripts/package/
H A Dbuildtarc7eb3a7a1790e0a3a063b4183894d0d63ffee431 Wed Jun 18 09:21:41 CDT 2014 Michal Marek <mmarek@suse.cz> 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" <bfields@fieldses.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>