diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-10-03 09:47:46 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-11 08:51:21 +0100 |
commit | 7ff22fc572aec5900e8b7eb061ce31c3855b8fbd (patch) | |
tree | 2b35fd77979045752494e686d9afaaac7667872a | |
parent | 2083e83455cbf77da57b97cdda393bdb27bbce39 (diff) | |
download | poky-7ff22fc572aec5900e8b7eb061ce31c3855b8fbd.tar.gz |
sdk-manual: Fixed example in "Passing Host Options"
Fixes [YOCTO #10267]
Changed the example to use a single long line.
(From yocto-docs rev: c80d8bb8773b7bbe9c85c48880f42ffb273729b7)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/sdk-manual/sdk-working-projects.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/sdk-manual/sdk-working-projects.xml b/documentation/sdk-manual/sdk-working-projects.xml index 9bd6868b2b..df24aef0fb 100644 --- a/documentation/sdk-manual/sdk-working-projects.xml +++ b/documentation/sdk-manual/sdk-working-projects.xml | |||
@@ -204,8 +204,7 @@ | |||
204 | doing the following and then run the script again: | 204 | doing the following and then run the script again: |
205 | <literallayout class='monospaced'> | 205 | <literallayout class='monospaced'> |
206 | $ libtoolize --automake | 206 | $ libtoolize --automake |
207 | $ aclocal -I ${OECORE_TARGET_SYSROOT}/usr/share/aclocal \ | 207 | $ aclocal -I ${OECORE_TARGET_SYSROOT}/usr/share/aclocal [-I <replaceable>dir_containing_your_project-specific_m4_macros</replaceable>] |
208 | [-I <replaceable>dir_containing_your_project-specific_m4_macros</replaceable>] | ||
209 | $ autoconf | 208 | $ autoconf |
210 | $ autoheader | 209 | $ autoheader |
211 | $ automake -a | 210 | $ automake -a |