From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53156) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f6yB0-0007W8-7h for qemu-devel@nongnu.org; Fri, 13 Apr 2018 08:51:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f6yAw-0002pH-81 for qemu-devel@nongnu.org; Fri, 13 Apr 2018 08:51:38 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:43930 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f6yAw-0002oe-3T for qemu-devel@nongnu.org; Fri, 13 Apr 2018 08:51:34 -0400 Date: Fri, 13 Apr 2018 15:51:24 +0300 From: "Michael S. Tsirkin" Message-ID: <20180413155001-mutt-send-email-mst@kernel.org> References: <1521515720-612046-1-git-send-email-mst@redhat.com> <1521515720-612046-22-git-send-email-mst@redhat.com> <87d0z37esf.fsf@dusky.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL v2 21/50] Makefile: add target to print generated files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?iso-8859-1?Q?Marc-Andr=E9?= Lureau Cc: Markus Armbruster , qemu-devel , Peter Maydell , Gerd Hoffmann On Fri, Apr 13, 2018 at 12:04:20PM +0200, Marc-Andr=E9 Lureau wrote: > Hi >=20 > On Fri, Apr 13, 2018 at 9:21 AM, Markus Armbruster = wrote: > > "Michael S. Tsirkin" writes: > > > >> This is helpful for automatic code analysis. > > > > Out of curiosity: how? > > > >> Signed-off-by: Michael S. Tsirkin > >> --- > >> Makefile | 3 +++ > >> 1 file changed, 3 insertions(+) > >> > >> diff --git a/Makefile b/Makefile > >> index 677a54b..f799390 100644 > >> --- a/Makefile > >> +++ b/Makefile > >> @@ -1045,6 +1045,9 @@ endif > >> include $(SRC_PATH)/tests/docker/Makefile.include > >> include $(SRC_PATH)/tests/vm/Makefile.include > >> > >> +printgen: > >> + @echo $(GENERATED_FILES) > >> + > >> .PHONY: help > >> help: > >> @echo 'Generic targets:' > > > > I tried to answer my question myself by looking up the thread where t= his > > patch was posted for review. I can't find any. Am I blind? That was a development patch that sneaked in. Sorry. I'll revert. >=20 > And you could also "make print-GENERATED_FILES" already Nice tip, thanks for that. --=20 MST