From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36199) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRb0R-000568-AB for qemu-devel@nongnu.org; Fri, 05 Feb 2016 02:40:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aRb0Q-0002AG-1g for qemu-devel@nongnu.org; Fri, 05 Feb 2016 02:40:39 -0500 Received: from mx1.redhat.com ([209.132.183.28]:1928) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRb0P-0002AB-Jz for qemu-devel@nongnu.org; Fri, 05 Feb 2016 02:40:37 -0500 From: Markus Armbruster References: <145461055662.15201.2702170180078718114.stgit@localhost> Date: Fri, 05 Feb 2016 08:40:34 +0100 In-Reply-To: <145461055662.15201.2702170180078718114.stgit@localhost> (=?utf-8?Q?=22Llu=C3=ADs?= Vilanova"'s message of "Thu, 4 Feb 2016 19:29:17 +0100") Message-ID: <87vb63d2q5.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] [trivial] qapi: Add missing JSON files in build dependencies List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?utf-8?Q?Llu=C3=ADs?= Vilanova Cc: qemu-devel@nongnu.org, Stefan Hajnoczi , Michael Roth Llu=C3=ADs Vilanova writes: Suggest to add: "Forgotten in commit 1dde0f4 (trace.json) and commit fafa4d5 (rocker.json)." Could be done on commit. Since I have a QAPI pull request coming up, I can take it through my tree. > Signed-off-by: Llu=C3=ADs Vilanova > --- > Makefile | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/Makefile b/Makefile > index d0de2d4..30b1b2d 100644 > --- a/Makefile > +++ b/Makefile > @@ -272,7 +272,8 @@ $(SRC_PATH)/qga/qapi-schema.json $(SRC_PATH)/scripts/= qapi-commands.py $(qapi-py) > qapi-modules =3D $(SRC_PATH)/qapi-schema.json $(SRC_PATH)/qapi/common.js= on \ > $(SRC_PATH)/qapi/block.json $(SRC_PATH)/qapi/block-core.j= son \ > $(SRC_PATH)/qapi/event.json $(SRC_PATH)/qapi/introspect.j= son \ > - $(SRC_PATH)/qapi/crypto.json > + $(SRC_PATH)/qapi/crypto.json $(SRC_PATH)/qapi/rocker.json= \ > + $(SRC_PATH)/qapi/trace.json >=20=20 > qapi-types.c qapi-types.h :\ > $(qapi-modules) $(SRC_PATH)/scripts/qapi-types.py $(qapi-py) Thanks!