summaryrefslogtreecommitdiffstats
path: root/docs/manual/rebuilding-packages.txt
diff options
context:
space:
mode:
authorSimon Dawson <spdawson@gmail.com>2012-11-16 04:54:19 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-11-16 22:24:42 +0100
commitecd23535551d0cd8ae265d75eadc43e88c580fc0 (patch)
tree2d53c83a2853c3bcd7b9b3da7c951b8a84a12875 /docs/manual/rebuilding-packages.txt
parent30d99041ce5f32c30c470c3b114d612ba26e49ef (diff)
downloadbuildroot-novena-ecd23535551d0cd8ae265d75eadc43e88c580fc0.tar.gz
buildroot-novena-ecd23535551d0cd8ae265d75eadc43e88c580fc0.zip
manual: minor tweaks
Minor grammatical and spelling tweaks to the manual content. Signed-off-by: Simon Dawson <spdawson@gmail.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'docs/manual/rebuilding-packages.txt')
-rw-r--r--docs/manual/rebuilding-packages.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/rebuilding-packages.txt b/docs/manual/rebuilding-packages.txt
index a723d113c..83f6a3670 100644
--- a/docs/manual/rebuilding-packages.txt
+++ b/docs/manual/rebuilding-packages.txt
@@ -10,7 +10,7 @@ A full rebuild is achieved by running:
$ make clean all
---------------
-In what cases, a full rebuild is mandatory:
+In some cases, a full rebuild is mandatory:
* each time the toolchain properties are changed, this includes:
@@ -22,14 +22,14 @@ In what cases, a full rebuild is mandatory:
* after removing some libraries from the package selection.
-In what cases, a full rebuild is recommended:
+In some cases, a full rebuild is recommended:
* after adding some libraries to the package selection (otherwise,
some packages that can be optionally linked against those libraries
won't be rebuilt, so they won't support those new available
features).
-In other cases, it is up to you to decide if you should or not run a
+In other cases, it is up to you to decide if you should run a
full rebuild, but you should know what is impacted and understand what
you are doing anyway.
@@ -81,7 +81,7 @@ files are relevant:
Buildroot infrastructures.
- Only toolchain packages remain using custom makefiles (i.e. do not
use any Buildroot infrastructure).
-- Most packages and toolchain packages, if not all, will progressively
+- Most, if not all, packages and toolchain packages will progressively
be ported over to the generic, autotools or CMake infrastructure,
making it much easier to rebuild individual packages.