From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org ([63.228.1.57]:57993 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727611AbeIFDcU (ORCPT ); Wed, 5 Sep 2018 23:32:20 -0400 Date: Wed, 5 Sep 2018 17:53:33 -0500 From: Segher Boessenkool Subject: Re: [PATCH v4 07/11] kbuild: use 'include' directive to load auto.conf from top Makefile Message-ID: <20180905225333.GA23155@gate.crashing.org> References: <1532072796-7947-1-git-send-email-yamada.masahiro@socionext.com> <1532072796-7947-8-git-send-email-yamada.masahiro@socionext.com> <20180903093945.GA1195@zn.tnic> <20180903100021.GD10249@zn.tnic> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180903100021.GD10249@zn.tnic> Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Borislav Petkov Cc: Masahiro Yamada , Linux Kbuild mailing list , Dirk Gouders , Ulf Magnusson , Sam Ravnborg , Michal Marek , Linux Kernel Mailing List On Mon, Sep 03, 2018 at 12:00:21PM +0200, Borislav Petkov wrote: > On Mon, Sep 03, 2018 at 06:54:12PM +0900, Masahiro Yamada wrote: > > You are right - I missed this usecase, > > but I still want to excuse "it is rare enough". > > Isn't there a Makefile way to check file existence before including it? Sure there is, you can use $(wildcard ) . Segher