diff options
author | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2012-11-27 11:59:16 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-11-27 17:07:39 -0800 |
commit | 1d989fafba761d29b3b2960bf388821d3ac0f6e7 (patch) | |
tree | 327a01d004a27767da9977393bbafba78ee57048 /docs/manual/rebuilding-packages.txt | |
parent | 670d60dc919fe6d99224ad1056c426812b38d108 (diff) | |
download | buildroot-novena-1d989fafba761d29b3b2960bf388821d3ac0f6e7.tar.gz buildroot-novena-1d989fafba761d29b3b2960bf388821d3ac0f6e7.zip |
manual: trivial fixes
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'docs/manual/rebuilding-packages.txt')
-rw-r--r-- | docs/manual/rebuilding-packages.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/rebuilding-packages.txt b/docs/manual/rebuilding-packages.txt index 83f6a3670..e677590b4 100644 --- a/docs/manual/rebuilding-packages.txt +++ b/docs/manual/rebuilding-packages.txt @@ -14,7 +14,7 @@ In some cases, a full rebuild is mandatory: * each time the toolchain properties are changed, this includes: -** after changing some toolchain option under the _Toolchain_ menu (if +** after changing any toolchain option under the _Toolchain_ menu (if the internal Buildroot backend is used); ** after running +make ctng-menuconfig+ (if the crosstool-NG backend is used); @@ -25,7 +25,7 @@ In some cases, a full rebuild is mandatory: 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 + packages that can be optionally linked against those libraries won't be rebuilt, so they won't support those new available features). |