From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ImJPB-0004Jd-Ny for qemu-devel@nongnu.org; Sun, 28 Oct 2007 21:27:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ImJPA-0004HR-5k for qemu-devel@nongnu.org; Sun, 28 Oct 2007 21:27:01 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ImJP9-0004HA-Q3 for qemu-devel@nongnu.org; Sun, 28 Oct 2007 21:26:59 -0400 Received: from nf-out-0910.google.com ([64.233.182.188]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ImJP9-0001N5-CV for qemu-devel@nongnu.org; Sun, 28 Oct 2007 21:26:59 -0400 Received: by nf-out-0910.google.com with SMTP id 30so1304220nfu for ; Sun, 28 Oct 2007 18:26:58 -0700 (PDT) Message-ID: Date: Mon, 29 Oct 2007 02:26:57 +0100 From: "andrzej zaborowski" Subject: Re: [Qemu-devel] qemu Makefile.target In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 28/10/2007, Jocelyn Mayer wrote: > CVSROOT: /sources/qemu > Module name: qemu > Changes by: Jocelyn Mayer 07/10/28 13:07:13 > > Modified files: > . : Makefile.target > > Log message: > Use cpp to generate correct build dependencies for target objects > instead of using incomplete hardcoded ones. This doesn't work very well for me, but I'm not sure why. Now the Makefile rebuilds much more than necessary, even after a "make depend" in the target dirs. Regards