From: Ian Campbell <Ian.Campbell@citrix.com>
To: Olaf Hering <olaf@aepfle.de>
Cc: xen-devel@lists.xen.org
Subject: Re: [PATCH v2] Add INSTALL file
Date: Mon, 27 Oct 2014 10:46:13 +0000 [thread overview]
Message-ID: <1414406773.23883.5.camel@citrix.com> (raw)
In-Reply-To: <1414071479-30209-1-git-send-email-olaf@aepfle.de>
On Thu, 2014-10-23 at 15:37 +0200, Olaf Hering wrote:
> Document how to use configure and what to pass to make(1).
>
> v2:
> spelling fixes, mention systemd and .config, more examples
I fixed a few more typos as I applied (see below). I didn't review the
text in detail but I figure we are better off having this in tree and
improving it from there.
Ian.
diff --git a/INSTALL b/INSTALL
index 9af34a8..6bb9d23 100644
--- a/INSTALL
+++ b/INSTALL
@@ -24,7 +24,7 @@ Options recognized by configure
The configure script in the toplevel directory will recognize these
options. It will pass them to the configure scripts in the tools,
-stubdomw and docs directory.
+stubdom, and docs directory.
Individual subsystems can be selected by one of the following options.
Please note that stubdom requires tools.
@@ -77,7 +77,7 @@ protocol, or via http if this option is enabled.
Disable xenstat and xentop monitoring tools.
--disable-monitors
-Disable build of certain ocaml libaries and tools. To actually build
+Disable build of certain ocaml libraries and tools. To actually build
them ocaml development packages must be installed. If they are missing
configure will automatically disable this option.
--disable-ocamltools
@@ -102,7 +102,7 @@ Build the old qemu used by xm/xend. This is required if existing domUs
should be migrated to this host, or if existing domU snapshots should be
started with this version of the tools. Only if all domUs used the new
upstream qemu during initial start it is safe to disable this option.
-The old qemu requires rombios, wich can be disable along with
+The old qemu requires rombios, which can be disable along with
qemu-traditional.
--enable-qemu-traditional
--enable-rombios
@@ -193,7 +193,7 @@ debug=y
debug_symbols=y
If --prefix= was used during configure the and ocaml was enabled the
-resuling libraries will not be installed in the specified path. Instead
+resulting libraries will not be installed in the specified path. Instead
the path provided by ocamlfind(1) will be used. This variable can be
used to override this path. Using the environment variable
OCAMLFIND_DESTDIR= and OCAMLFIND_METADIR= will have the same effect.
@@ -243,7 +243,7 @@ SEABIOS_UPSTREAM_URL=
This variable can be used to use DIR/include and DIR/lib during build.
This is the same as PREPEND_LIB and PREPEND_INCLUDES. APPEND_LIB and
-APPEND_INCLUDES= will be appendend to the CFLAGS/LDFLAGS variable.
+APPEND_INCLUDES= will be appended to the CFLAGS/LDFLAGS variable.
EXTRA_PREFIX=DIR
PREPEND_LIB=DIR
PREPEND_INCLUDES=DIR
@@ -277,7 +277,7 @@ Systemd support
If the systemd development packages are available then the support for
systemd will be enabled per default. It is required to manually enable
the installed systemd service files. Systemd has dependency tracking,
-which means all dependencies wil be started automatically:
+which means all dependencies will be started automatically:
systemctl enable xen-qemu-dom0-disk-backend.service
systemctl enable xen-init-dom0.service
prev parent reply other threads:[~2014-10-27 10:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-23 13:37 [PATCH v2] Add INSTALL file Olaf Hering
2014-10-24 18:45 ` Konrad Rzeszutek Wilk
2014-10-27 10:46 ` Ian Campbell [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1414406773.23883.5.camel@citrix.com \
--to=ian.campbell@citrix.com \
--cc=olaf@aepfle.de \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.