From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44225) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WChvo-0003F0-4K for qemu-devel@nongnu.org; Sun, 09 Feb 2014 22:53:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WChvf-0003tR-Te for qemu-devel@nongnu.org; Sun, 09 Feb 2014 22:53:16 -0500 Received: from e23smtp08.au.ibm.com ([202.81.31.141]:37747) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WChvf-0003sp-6B for qemu-devel@nongnu.org; Sun, 09 Feb 2014 22:53:07 -0500 Received: from /spool/local by e23smtp08.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 10 Feb 2014 13:53:03 +1000 From: Alexey Kardashevskiy Date: Mon, 10 Feb 2014 14:52:55 +1100 Message-Id: <1392004376-17016-2-git-send-email-aik@ozlabs.ru> In-Reply-To: <1392004376-17016-1-git-send-email-aik@ozlabs.ru> References: <1391947053-26753-1-git-send-email-afaerber@suse.de> <1392004376-17016-1-git-send-email-aik@ozlabs.ru> Subject: [Qemu-devel] [PATCH 1/2] tests-ppc64: add to cleanup rule List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Alexey Kardashevskiy , qemu-ppc@nongnu.org, Alexander Graf , =?UTF-8?q?Andreas=20F=C3=A4rber?= This adds $(check-qtest-ppc64-y) to the check-clean rule. Signed-off-by: Alexey Kardashevskiy --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index 0aaf657..3a00ea7 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -319,7 +319,7 @@ check-block: $(patsubst %,check-%, $(check-block-y)) check: check-qapi-schema check-unit check-qtest check-clean: $(MAKE) -C tests/tcg clean - rm -rf $(check-unit-y) $(check-qtest-i386-y) $(check-qtest-x86_64-y) $(check-qtest-sparc64-y) $(check-qtest-sparc-y) tests/*.o $(QEMU_IOTESTS_HELPERS-y) + rm -rf $(check-unit-y) $(check-qtest-i386-y) $(check-qtest-x86_64-y) $(check-qtest-sparc64-y) $(check-qtest-sparc-y) $(check-qtest-ppc64-y) tests/*.o $(QEMU_IOTESTS_HELPERS-y) clean: check-clean -- 1.8.4.rc4