于 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