From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luc Van Oostenryck Subject: [PATCH 28/36] build: use a dot file name instead of local.mk: .sparse.mk Date: Sun, 5 Nov 2017 17:25:36 +0100 Message-ID: <20171105162544.72960-28-luc.vanoostenryck@gmail.com> References: <20171105162448.72907-1-luc.vanoostenryck@gmail.com> Return-path: Received: from mail-wm0-f67.google.com ([74.125.82.67]:56716 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750782AbdKEQ0c (ORCPT ); Sun, 5 Nov 2017 11:26:32 -0500 Received: by mail-wm0-f67.google.com with SMTP id z3so9793058wme.5 for ; Sun, 05 Nov 2017 08:26:32 -0800 (PST) In-Reply-To: <20171105162448.72907-1-luc.vanoostenryck@gmail.com> Sender: linux-sparse-owner@vger.kernel.org List-Id: linux-sparse@vger.kernel.org To: linux-sparse@vger.kernel.org Cc: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= , Luc Van Oostenryck Signed-off-by: Luc Van Oostenryck --- .gitignore | 2 +- Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ab976e76b..35b4d0248 100644 --- a/.gitignore +++ b/.gitignore @@ -36,7 +36,7 @@ patches series # local makefile -local.mk +.sparse.mk # cscope and Qt files cscope.out diff --git a/Makefile b/Makefile index 4f6ab108c..afc1efe98 100644 --- a/Makefile +++ b/Makefile @@ -21,11 +21,11 @@ MANDIR=$(PREFIX)/share/man MAN1DIR=$(MANDIR)/man1 # Allow users to override build settings without dirtying their trees -# For debugging, put this in local.mk: +# For debugging, put this in .sparse.mk: # # CFLAGS += -O0 -DDEBUG -g3 -gdwarf-2 # --include local.mk +-include .sparse.mk ######################################################################## -- 2.14.0