[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v1 1/2] tools/xenstat: Remove redundant check for curses.h
From: "Edgar E. Iglesias" <edgar.iglesias@xxxxxxxxxx> This check for curses.h does not consider cross-compilation. It only checks host paths. Luckily, commit 65da4913214120ddc95bd846cb3649a29f87146a introduced proper configure checks for ncurses so we can remove the redundant check in the Makefile. Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xxxxxxxxxx> --- tools/xenstat/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/xenstat/Makefile b/tools/xenstat/Makefile index 901be4a..09ec1b7 100644 --- a/tools/xenstat/Makefile +++ b/tools/xenstat/Makefile @@ -6,10 +6,8 @@ SUBDIRS += libxenstat # This doesn't cross-compile (cross-compile environments rarely have curses) ifeq ($(XEN_COMPILE_ARCH),$(XEN_TARGET_ARCH)) -ifeq ($(wildcard /usr/include/curses.h),/usr/include/curses.h) SUBDIRS += xentop endif -endif .PHONY: all install clean distclean -- 2.7.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |