From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=date : from : to : cc : subject : message-id : references : mime-version : content-type : in-reply-to; s=corp-2020-01-29; bh=ujVQTac4NEwGnOycRk2LZUj/4Ieb5xM40AqG5EvSKuI=; b=Nehg00LxF3DeP5qUKO+im++yTdShYqUlxnRZNn0FxrXnZm9UzJzzlmae2FOZKsleYeuD gKnY58Twenzh4gz19lU/SgwCPW3WOr6GYF4Z9MkY/bxb+hTwY6p+piNbQSj6wTrOqW+k XTl0guvQrwDT22L+fQbSPbKwEAAhNwbj+KXpl2Wrh/cVlsYTGCqYpzJjyMB2XqCSJtt6 cqyA5dwWrjLEk3B0+xEjcS9tNl4k0NZvD7TdjzHANVpMCncYz3Mbt/vr1gsIqXx3Twp2 rHRjURUr8X5+aTsNbqBvvAocaLyzDCtUWeeZB2lb9hLdAvH5jZM0kQPRuZzxjhz2dIn1 Yw== Date: Mon, 24 Aug 2020 11:54:45 +0300 From: Dan Carpenter Subject: Re: [PATCH] Makefile: Install database in a share directory Message-ID: <20200824085445.GX1793@kadam> References: <20200610030850.26010-1-gwendal@chromium.org> <20200610180843.GD4151@kadam> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: To: Gwendal Grignou Cc: error27@gmail.com, smatch@vger.kernel.org, Guenter Roeck List-ID: Heh... Wow. So sorry. I don't know what went wrong. Fixed now. regards, dan carpenter On Sun, Aug 23, 2020 at 10:22:29PM -0700, Gwendal Grignou wrote: > Dan, > > I don't see the patch applied in https://repo.or.cz/smatch.git/tree. > Is it in a different git tree? > > Regards, > Gwendal > > On Wed, Jun 10, 2020 at 11:08 AM Dan Carpenter wrote: > > > > On Tue, Jun 09, 2020 at 08:08:50PM -0700, Gwendal Grignou wrote: > > > 'make install' installs the database .schema files and other assets at > > > $DESTDIR/$(SHAREDIR)/smatch/smatch_data, > > > /usr/share/smatch/smatch_data by default. > > > > > > This way the source code tree does not need to be present to run smatch, > > > and --data is not required as smatch is compiled to look for data assets > > > at the above location, in addition to the local directory. > > > > > > Signed-off-by: Gwendal Grignou > > > > Thanks so much. Applied. > > > > regards, > > dan carpenter > >