From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39771) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9vHa-0004Jh-86 for qemu-devel@nongnu.org; Fri, 18 Dec 2015 08:41:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a9vHV-0001Jd-51 for qemu-devel@nongnu.org; Fri, 18 Dec 2015 08:41:18 -0500 Received: from mx1.redhat.com ([209.132.183.28]:46025) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9vHU-0001JY-W7 for qemu-devel@nongnu.org; Fri, 18 Dec 2015 08:41:13 -0500 References: <1450438575-21613-1-git-send-email-berrange@redhat.com> <5673FDB0.6040900@redhat.com> <20151218130555.GB7228@redhat.com> <56740537.9010106@redhat.com> <20151218133513.GD2459@work-vm> From: Paolo Bonzini Message-ID: <56740CF5.302@redhat.com> Date: Fri, 18 Dec 2015 14:41:09 +0100 MIME-Version: 1.0 In-Reply-To: <20151218133513.GD2459@work-vm> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] scripts: provide a script for checking glib symbol usage List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert" Cc: =?UTF-8?Q?Marc-Andr=c3=a9_Lureau?= , qemu-devel@nongnu.org, Peter Maydell On 18/12/2015 14:35, Dr. David Alan Gilbert wrote: > > That would not be recursive make, but rather a completely separate > > Makefile to be manually invoked with -f. > > Hmm but wouldn't this Makefile also be a good place for small-fast > style check scripts that could be included in make check ? Yes, but there is no benefit from inclusion, since these tests do not depend on anything having been built already. Paolo