From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56509) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWc0w-0007wc-IK for qemu-devel@nongnu.org; Wed, 16 Oct 2013 21:04:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VWc0q-0000ox-P4 for qemu-devel@nongnu.org; Wed, 16 Oct 2013 21:04:34 -0400 Received: from smtp.polymtl.ca ([132.207.4.11]:50880) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWc0q-0000or-JH for qemu-devel@nongnu.org; Wed, 16 Oct 2013 21:04:28 -0400 Message-ID: <525F3793.1050302@polymtl.ca> Date: Wed, 16 Oct 2013 21:04:19 -0400 From: Mohamad Gebai MIME-Version: 1.0 References: <1381775755-8421-1-git-send-email-mohamad.gebai@polymtl.ca> <1381775755-8421-4-git-send-email-mohamad.gebai@polymtl.ca> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [RFC PATCH v3 3/5] Adapt Makefiles to the new LTTng ust interface. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QWxleCBCZW5uw6ll?= Cc: qemu-devel@nongnu.org, Mohamad Gebai On 13-10-16 08:08 AM, Alex Benn=C3=A9e wrote: >> Add generation of new files for LTTng ust. >> >> Signed-off-by: Mohamad Gebai > > > I did run into problems with the first build which were solved with a > make clean. But I suspect making the Makefile robust to that is more > effort than it's worth. I always started from a clean directory so I didn't encounter any=20 problem. I could look into it if you could provide the steps to=20 reproduce the error. Mohamad