qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Wenchao Xia
Subject: Re: [Qemu-devel] [PATCH] Build system clean generated source files in tests
Date: Tue, 04 Dec 2012 11:28:52 +0800
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20121026 Thunderbird/16.0.2

  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 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.
> 
> Steps to reproduce:
> in root source directory:
> 1 ./configure --target-list=x86_64-softmmu
> 2 make check-report-unit.xml
> 3 make distclean && rm -rf *-linux-user *-softmmu
> goto another directory:
> 4 configure
> 5 make check-report-unit.xml
> 
> Signed-off-by: Wenchao Xia <address@hidden>
> ---
>   tests/Makefile |    1 +
>   1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/tests/Makefile b/tests/Makefile
> index b60f0fb..2c90138 100644
> --- a/tests/Makefile
> +++ b/tests/Makefile
> @@ -30,6 +30,7 @@ check-qtest-sparc-y = tests/m48t59-test$(EXESUF)
>   check-qtest-sparc64-y = tests/m48t59-test$(EXESUF)
> 
>   GENERATED_HEADERS += tests/test-qapi-types.h tests/test-qapi-visit.h 
> tests/test-qmp-commands.h
> +GENERATED_SOURCES += tests/test-qapi-types.c tests/test-qapi-visit.c 
> tests/test-qmp-marshal.c
> 
>   test-obj-y = tests/check-qint.o tests/check-qstring.o tests/check-qdict.o \
>       tests/check-qlist.o tests/check-qfloat.o tests/check-qjson.o \
> 


-- 
Best Regards

Wenchao Xia




reply via email to

[Prev in Thread] Current Thread [Next in Thread]