From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57271) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tv9RT-0005c7-Mt for qemu-devel@nongnu.org; Tue, 15 Jan 2013 11:33:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tv9RP-0000UO-4S for qemu-devel@nongnu.org; Tue, 15 Jan 2013 11:32:51 -0500 Received: from mx1.redhat.com ([209.132.183.28]:14329) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tv9RO-0000UD-T1 for qemu-devel@nongnu.org; Tue, 15 Jan 2013 11:32:47 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r0FGWk6J029041 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 15 Jan 2013 11:32:46 -0500 Received: from redhat.com ([10.35.212.26]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with SMTP id r0FGWiuF007465 for ; Tue, 15 Jan 2013 11:32:45 -0500 Date: Tue, 15 Jan 2013 18:36:44 +0200 From: "Michael S. Tsirkin" Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCH 0/4] qemu timestamp and related makefile cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org I recently had some build failures because of a stable timestamp file. The following patchset addresses some of the issue I found when going over the makefiles. Michael S. Tsirkin (4): rules.mak: cleanup config generation rules Makefile: clean timestamp generation rule rules/mak: make clean should blow away timestamp files Makefile: fix make clean on libcacard libcacard/Makefile | 2 +- rules.mak | 14 +++++++++----- trace/Makefile.objs | 4 ++-- 3 files changed, 12 insertions(+), 8 deletions(-) -- MST