From 10d2bdb61dae083ff316c673c845a3a0e0aa6e32 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] * Makefile.in: Disable virt-df in this release until I have time to fix it properly. --- ChangeLog | 5 +++++ Makefile.in | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8cd4151..4c877b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-09-20 Richard Jones + + * Makefile.in: Disable virt-df in this release until I have + time to fix it properly. + 2007-09-19 Richard Jones * virt-top/virt_top.ml: Ignore transient error from diff --git a/Makefile.in b/Makefile.in index fedf443..319b25f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -21,9 +21,9 @@ ifeq ($(pkg_curses),yes) SUBDIRS += virt-top endif -ifeq ($(pkg_xml_light),yes) -SUBDIRS += virt-df -endif +#ifeq ($(pkg_xml_light),yes) +#SUBDIRS += virt-df +#endif all opt depend install: for d in $(SUBDIRS); do \ -- 1.8.3.1