diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-01-20 10:00:47 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-30 16:06:01 +0000 |
commit | bc821a2ab59f15afa03fd238ea8cc614f8279ff4 (patch) | |
tree | 5e1dd4dac4f6b0e61a279da6f93e9d19c49b26e6 /documentation/adt-manual | |
parent | aa72ed0b23a87671e24830cdfc36d6c2507c9077 (diff) | |
download | poky-bc821a2ab59f15afa03fd238ea8cc614f8279ff4.tar.gz |
documentation/adt-manual/adt-command.xml: Corrected wording for setup
Bad wording fixed to describe the changes to PATH when the setup
script is run.
(From yocto-docs rev: 95c6049995e8b51a46ba7fba57fcc240b6baeaaf)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/adt-manual')
-rw-r--r-- | documentation/adt-manual/adt-command.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/adt-manual/adt-command.xml b/documentation/adt-manual/adt-command.xml index a4197075e1..a916a03c85 100644 --- a/documentation/adt-manual/adt-command.xml +++ b/documentation/adt-manual/adt-command.xml | |||
@@ -12,9 +12,9 @@ | |||
12 | Toolchain Tarball)</link>". | 12 | Toolchain Tarball)</link>". |
13 | And, that sourcing your architecture-specific environment setup script | 13 | And, that sourcing your architecture-specific environment setup script |
14 | initializes a suitable cross-toolchain development environment. | 14 | initializes a suitable cross-toolchain development environment. |
15 | This setup occurs by adding the compiler, QEMU scripts, QEMU binary, | 15 | During the setup, locations for the compiler, QEMU scripts, QEMU binary, |
16 | a special version of <filename>pkgconfig</filename> and other useful | 16 | a special version of <filename>pkgconfig</filename> and other useful |
17 | utilities to the <filename>PATH</filename> variable. | 17 | utilities are added to the <filename>PATH</filename> variable. |
18 | Variables to assist <filename>pkgconfig</filename> and <filename>autotools</filename> | 18 | Variables to assist <filename>pkgconfig</filename> and <filename>autotools</filename> |
19 | are also defined so that, | 19 | are also defined so that, |
20 | for example, <filename>configure.sh</filename> can find pre-generated | 20 | for example, <filename>configure.sh</filename> can find pre-generated |