summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-11-14 11:48:42 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-03 13:52:56 +0000
commitc11c2da697d9b75dc0489a9e70988e2c9b9f8abf (patch)
treed28643bc48667bf94bbb154957747b386d5c3b57 /documentation/adt-manual
parent55530d42e70ec1ceb8e68cbd4165fd96c358a29e (diff)
downloadpoky-c11c2da697d9b75dc0489a9e70988e2c9b9f8abf.tar.gz
documentation: adt-manual - Fixed configure command syntax
The example configure command did not have the correct shell syntax. I changed it to "./configure". (From yocto-docs rev: a14ab06b78248cbf7caead26ee27a9d23e75d2ef) 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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/adt-manual/adt-command.xml b/documentation/adt-manual/adt-command.xml
index d010aad591..2127e7c63f 100644
--- a/documentation/adt-manual/adt-command.xml
+++ b/documentation/adt-manual/adt-command.xml
@@ -167,7 +167,7 @@
167 <filename>environment-setup-armv5te-poky-linux-gnueabi</filename>. 167 <filename>environment-setup-armv5te-poky-linux-gnueabi</filename>.
168 Thus, the following command works: 168 Thus, the following command works:
169 <literallayout class='monospaced'> 169 <literallayout class='monospaced'>
170 $ configure --host=armv5te-poky-linux-gnueabi \ 170 $ ./configure --host=armv5te-poky-linux-gnueabi \
171 --with-libtool-sysroot=&lt;sysroot-dir&gt; 171 --with-libtool-sysroot=&lt;sysroot-dir&gt;
172 </literallayout> 172 </literallayout>
173 </para> 173 </para>