summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2010-07-28 15:32:04 +0000
committerShaun Ruffell <sruffell@digium.com>2010-07-28 15:32:04 +0000
commitd8fb76f29727db7307e9c88355eb141c544c593c (patch)
tree57e01445b3405782c8e365d36f6ca595b72f5c6c /README
parent1bddc80c81040d3f5b18c5944afb12d5a003b935 (diff)
README: Trivial removal of whitespace at the end of lines.
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9039 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index bcbfe86..a172aa6 100644
--- a/README
+++ b/README
@@ -94,12 +94,12 @@ Kernel Source / "Headers"
* On Fedora, RHEL and compatibles (e.g. CentOS) and in SUSE this is
the kernel-devel package. Or if you run kernel-smp or kernel-xen,
you need kernel-smp-devel or kernel-xen-devel, respectively.
- * In some distributions (e.g.: in RHEL/CentOS, Fedora, Ubuntu) the
- installation of the kernel-devel / kernel-headers package will
- be of a version that is newer than the one you currently run. In
- such a case you may need to upgrade the kernel package itself as
+ * In some distributions (e.g.: in RHEL/CentOS, Fedora, Ubuntu) the
+ installation of the kernel-devel / kernel-headers package will
+ be of a version that is newer than the one you currently run. In
+ such a case you may need to upgrade the kernel package itself as
well and reboot.
-- To point explicitly to a different build tree: set KSRC to the kernel
+- To point explicitly to a different build tree: set KSRC to the kernel
source tree or KVERS to the exact kernel version (if "headers" are
available for a different version). This parameter must be run on
every calls to 'make' (e.g.: 'make clean', 'make install').