[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [XEN PATCH 2/8] Config.mk: Remove stray comment
This comment isn't about CONFIG_TESTS, but about SEABIOS_DIR that has been removed. Originally, the comment was added by 5f82d0858de1 ("tools: support SeaBIOS. Use by default when upstream qemu is configured."), then later the SEABIOS_DIR was removed by 14ee3c05f3ef ("Clone and build Seabios by default") but that comment about the pain was left behind. The commit that made CONFIG_TESTS painful was 85896a7c4dc7 ("build: add autoconf to replace custom checks in tools/check"). Let the comment rest, event if CONFIG_TESTS=y can be painful. It's enabled by default anyway and doesn't cause pain for most configuration. Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx> --- Config.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/Config.mk b/Config.mk index 8768398d5ece..35d66e5e121a 100644 --- a/Config.mk +++ b/Config.mk @@ -289,7 +289,4 @@ QEMU_TRADITIONAL_LOC ?= $(call or,$(wildcard $(QEMU_TRADITIONAL_INTREE)),\ QEMU_UPSTREAM_LOC ?= $(call or,$(wildcard $(QEMU_UPSTREAM_INTREE)),\ $(QEMU_UPSTREAM_URL)) -# Short answer -- do not enable this unless you know what you are -# doing and are prepared for some pain. - CONFIG_TESTS ?= y -- Anthony PERARD _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |