[Libguestfs] [PATCH 1/5] Comment: Describe the build order requirements for toplevel directories.

Richard W.M. Jones rjones at redhat.com
Mon Oct 19 11:22:51 UTC 2009


-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-top is 'top' for virtual machines.  Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://et.redhat.com/~rjones/virt-top
-------------- next part --------------
>From 854f8e0d5643e55d045f5816a520d49a057990ef Mon Sep 17 00:00:00 2001
From: Richard Jones <rjones at redhat.com>
Date: Mon, 19 Oct 2009 09:10:15 +0100
Subject: [PATCH 1/5] Comment: Describe the build order requirements for toplevel directories.

---
 Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index a7197d4..c4a84f7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,6 +20,9 @@ ACLOCAL_AMFLAGS = -I m4
 SUBDIRS = gnulib/lib src daemon appliance fish po examples images \
 	gnulib/tests capitests regressions test-tool
 
+# NB: Must build inspector directory after perl and before ocaml.
+# We could relax this if we combined the inspector_generator with
+# the ordinary generator, but that brings other problems.
 if HAVE_PERL
 SUBDIRS += perl
 endif
-- 
1.6.5.rc2



More information about the Libguestfs mailing list