Re: [PATCH] kbuild: simplify build, clean, modbuiltin shorthands

2014-10-02 Thread Michal Marek
On 2014-09-09 13:03, Masahiro Yamada wrote: > $(if $(KBUILD_SRC),$(srctree)/) was a useful strategy > to omit a long absolute path for in-source-tree build > prior to commit 890676c65d699db3ad82e70cf8fb449031af > (kbuild: Use relative path when building in the source tree). I think it was quit

Re: [PATCH] kbuild: simplify build, clean, modbuiltin shorthands

2014-09-09 Thread Peter Foley
On Tue, Sep 9, 2014 at 7:03 AM, Masahiro Yamada wrote: > $(if $(KBUILD_SRC),$(srctree)/) was a useful strategy > to omit a long absolute path for in-source-tree build > prior to commit 890676c65d699db3ad82e70cf8fb449031af > (kbuild: Use relative path when building in the source tree). > > Now