commit | a16c5f99a28c9945165c46da27fff8e6f26f8736 | [log] [tgz] |
---|---|---|
author | Michal Marek <mmarek@suse.cz> | Wed Dec 31 16:29:35 2014 +0100 |
committer | Michal Marek <mmarek@suse.cz> | Fri Jan 02 14:51:27 2015 +0100 |
tree | a5d8fd1a65ba56c1492e39bb4a8548a9fa38df7d | |
parent | 97bf6af1f928216fd6c5a66e8a57bfa95a659672 [diff] |
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>