mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 12:49:34 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
2083e83455
commit
7ff22fc572
@@ -204,8 +204,7 @@
|
|||||||
doing the following and then run the script again:
|
doing the following and then run the script again:
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
$ libtoolize --automake
|
$ libtoolize --automake
|
||||||
$ aclocal -I ${OECORE_TARGET_SYSROOT}/usr/share/aclocal \
|
$ aclocal -I ${OECORE_TARGET_SYSROOT}/usr/share/aclocal [-I <replaceable>dir_containing_your_project-specific_m4_macros</replaceable>]
|
||||||
[-I <replaceable>dir_containing_your_project-specific_m4_macros</replaceable>]
|
|
||||||
$ autoconf
|
$ autoconf
|
||||||
$ autoheader
|
$ autoheader
|
||||||
$ automake -a
|
$ automake -a
|
||||||
|
|||||||
Reference in New Issue
Block a user