Re: [PATCH 1/2] kbuild: Fix removal of the debian/ directory

2015-01-02 Thread Sedat Dilek
On Fri, Jan 2, 2015 at 4:01 PM, Michal Marek wrote: > On 2014-12-31 16:50, Sedat Dilek wrote: >> On Wed, Dec 31, 2014 at 4:35 PM, Michal Marek wrote: >>> scripts/Makefile.clean treats absolute path specially, but >>> $(objtree)/debian is no longer an absolute path since 7e1c0477 (kbuild: >>> Use

Re: [PATCH 1/2] kbuild: Fix removal of the debian/ directory

2015-01-02 Thread Michal Marek
On 2014-12-31 16:50, Sedat Dilek wrote: > On Wed, Dec 31, 2014 at 4:35 PM, Michal Marek wrote: >> 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

Re: [PATCH 1/2] kbuild: Fix removal of the debian/ directory

2014-12-31 Thread Sedat Dilek
On Wed, Dec 31, 2014 at 4:35 PM, Michal Marek wrote: > 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)/. > > Re

[PATCH 1/2] kbuild: Fix removal of the debian/ directory

2014-12-31 Thread Michal Marek
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-by: Sedat Dilek Fixes: 7e1c0477 (kbuild: Use relative pat