From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45147) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYccC-0003GE-8n for qemu-devel@nongnu.org; Wed, 14 Nov 2012 08:02:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TYcc9-000843-6X for qemu-devel@nongnu.org; Wed, 14 Nov 2012 08:02:48 -0500 Received: from mx1.redhat.com ([209.132.183.28]:46297) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYcc8-00083S-Uk for qemu-devel@nongnu.org; Wed, 14 Nov 2012 08:02:45 -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 qAED2iZO024843 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 14 Nov 2012 08:02:44 -0500 From: Gerd Hoffmann Date: Wed, 14 Nov 2012 14:02:41 +0100 Message-Id: <1352898161-28960-8-git-send-email-kraxel@redhat.com> In-Reply-To: <1352898161-28960-1-git-send-email-kraxel@redhat.com> References: <1352898161-28960-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 7/7] pixman: cleanup properly on make distclean List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Signed-off-by: Gerd Hoffmann --- Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index 4538b87..81c660f 100644 --- a/Makefile +++ b/Makefile @@ -278,6 +278,7 @@ distclean: clean for d in $(TARGET_DIRS) $(QEMULIBS); do \ rm -rf $$d || exit 1 ; \ done + test -f pixman/config.log && make -C pixman distclean KEYMAPS=da en-gb et fr fr-ch is lt modifiers no pt-br sv \ ar de en-us fi fr-be hr it lv nl pl ru th \ -- 1.7.1