[Qemu-devel] [PATCH] Build system clean generated source files in tests

2012-12-08 Thread Wenchao Xia
Currently .c files generated in ./tests are not deleted in make clean. This introduce trouble that, once we made tests in source root directory, we can't do a succesfully build for tests in another out of tree directory, for that some file may miss the step to be generated. This patch fix it. St

Re: [Qemu-devel] [PATCH] Build system clean generated source files in tests

2012-12-03 Thread Wenchao Xia
Resent for that 1.3 have been released. I think this problem should be fixed otherwise out of tree build fails strangely. >Currently .c files generated in ./tests are not deleted in make > clean. This introduce trouble that, once we made tests in source > root directory, we can't do a succes