diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-10-16 16:53:39 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-10-18 16:15:30 +0200 |
commit | 5f613896ee90920baf9fe110faf5c8a4a249a9f9 (patch) | |
tree | a011396316510cf4576ad0d81d242ea8f943a32f /documentation/adt-manual/adt-command.xml | |
parent | 2eaf7e6e7524ec2a1eeca35b41f123fdee7e120b (diff) | |
download | poky-5f613896ee90920baf9fe110faf5c8a4a249a9f9.tar.gz |
adt-manual: Scrubbed and fixed user-supplied input formatting.
Throughout the manual I was using angled brackets to denote
user-supplied input. This is confusing so I changed to using
the <replaceable></replaceable> tag set.
(From yocto-docs rev: 79ec3f1b1330539ab2b3bdfb1c94e58c2d0feead)
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/adt-command.xml')
-rw-r--r-- | documentation/adt-manual/adt-command.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/adt-manual/adt-command.xml b/documentation/adt-manual/adt-command.xml index 9aa25fad40..164b1efbff 100644 --- a/documentation/adt-manual/adt-command.xml +++ b/documentation/adt-manual/adt-command.xml | |||
@@ -177,7 +177,7 @@ | |||
177 | Thus, the following command works: | 177 | Thus, the following command works: |
178 | <literallayout class='monospaced'> | 178 | <literallayout class='monospaced'> |
179 | $ ./configure --host=armv5te-poky-linux-gnueabi \ | 179 | $ ./configure --host=armv5te-poky-linux-gnueabi \ |
180 | --with-libtool-sysroot=<sysroot-dir> | 180 | --with-libtool-sysroot=<replaceable>sysroot-dir</replaceable> |
181 | </literallayout> | 181 | </literallayout> |
182 | </para> | 182 | </para> |
183 | 183 | ||
@@ -186,13 +186,13 @@ | |||
186 | cross-toolchain tools. | 186 | cross-toolchain tools. |
187 | <note> | 187 | <note> |
188 | If the <filename>configure</filename> script results in problems recognizing the | 188 | If the <filename>configure</filename> script results in problems recognizing the |
189 | <filename>--with-libtool-sysroot=<sysroot-dir></filename> option, | 189 | <filename>--with-libtool-sysroot=</filename><replaceable>sysroot-dir</replaceable> option, |
190 | regenerate the script to enable the support by doing the following and then | 190 | regenerate the script to enable the support by doing the following and then |
191 | run the script again: | 191 | run the script again: |
192 | <literallayout class='monospaced'> | 192 | <literallayout class='monospaced'> |
193 | $ libtoolize --automake | 193 | $ libtoolize --automake |
194 | $ aclocal -I ${OECORE_NATIVE_SYSROOT}/usr/share/aclocal \ | 194 | $ aclocal -I ${OECORE_NATIVE_SYSROOT}/usr/share/aclocal \ |
195 | [-I <dir_containing_your_project-specific_m4_macros>] | 195 | [-I <replaceable>dir_containing_your_project-specific_m4_macros</replaceable>] |
196 | $ autoconf | 196 | $ autoconf |
197 | $ autoheader | 197 | $ autoheader |
198 | $ automake -a | 198 | $ automake -a |