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: Wenchao Xia
Subject: Re: [Qemu-devel] [PATCH V9 2/8] Buildsystem clean tests directory clearly
Date: Sun, 18 Nov 2012 21:09:26 +0800
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20121026 Thunderbird/16.0.2

于 2012-11-16 20:49, Paolo Bonzini 写道:
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

  OK, reposted build system patches without libqblock. 4th patch of it
is exporting a function in block.c, which have been posted by
others but not upstream yet, pls ignore it.

--
Best Regards

Wenchao Xia




reply via email to

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