qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH V9 2/8] Buildsystem clean tests directory clearl


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH V9 2/8] Buildsystem clean tests directory clearly
Date: Fri, 16 Nov 2012 13:49:11 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121016 Thunderbird/16.0.1

Il 16/11/2012 13:40, Wenchao Xia ha scritto:
>   I guess "make distclean" for second time would fail in this case,
> because $(SRC_PATH) is not set. I found a better way to do it without
> MAKEFILES:
> 
> -ifneq ($(wildcard config-host.mak),)
> -   include $(SRC_PATH)/tests/Makefile
> +   include tests/Makefile
> -endif
> 
>   due to tests/Makefile is added in configure in this patch so it is
> always soft linked then include always succeed.

Whatever, this seems to be ok.  Please post the complete patch so we can
review it.

Paolo



reply via email to

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