]> git.proxmox.com Git - qemu.git/commit
build: add command check-clean
authorWenchao Xia <xiawenc@linux.vnet.ibm.com>
Thu, 26 Sep 2013 00:42:56 +0000 (08:42 +0800)
committerKevin Wolf <kwolf@redhat.com>
Fri, 11 Oct 2013 14:50:01 +0000 (16:50 +0200)
commit2cdfb12332e885c8ce36f520d2a2a9200101e183
treeba9509795ceecce7b60f0e676320385af56b8468
parent22ee5a557acc820109a9948620a26f66e4fa3a8f
build: add command check-clean

This command will package the clean operations in tests. Now root Makefile
simply calls the command and do not care the details of it any more. Original
the built binaries for test will not be removed, now they will be deleted
in clean operation.

Signed-off-by: Wenchao Xia <xiawenc@linux.vnet.ibm.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Makefile
tests/Makefile