From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vc0-f171.google.com ([209.85.220.171]:38649 "EHLO mail-vc0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754269AbaIIQ3s (ORCPT ); Tue, 9 Sep 2014 12:29:48 -0400 Received: by mail-vc0-f171.google.com with SMTP id id10so17252243vcb.2 for ; Tue, 09 Sep 2014 09:29:47 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1410260638-23559-1-git-send-email-yamada.m@jp.panasonic.com> References: <1410260638-23559-1-git-send-email-yamada.m@jp.panasonic.com> From: Peter Foley Date: Tue, 9 Sep 2014 12:29:27 -0400 Message-ID: Subject: Re: [PATCH] kbuild: simplify build, clean, modbuiltin shorthands Content-Type: text/plain; charset=UTF-8 Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Masahiro Yamada Cc: linux-kbuild@vger.kernel.org, Michal Marek , Sam Ravnborg , "H. Peter Anvin" , Andi Kleen , LKML 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 890676c65d699db3ad82e7dddd0cf8fb449031af > (kbuild: Use relative path when building in the source tree). > > Now $(srctree) is "." when building in the source tree. > It would not be annoying to add "$(srctree)/" all the time. > > Signed-off-by: Masahiro Yamada Acked-by: Peter Foley