From: Michal Marek Date: Wed, 31 Dec 2014 15:29:35 +0000 (+0100) Subject: kbuild: Fix removal of the debian/ directory X-Git-Tag: fixes-v4.0-rc1~329^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a16c5f99a28c9945165c46da27fff8e6f26f8736;p=pandora-kernel.git 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 Fixes: 7e1c0477 (kbuild: Use relative path for $(objtree) Signed-off-by: Michal Marek --- Reading git-diff-tree failed