diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-11-14 11:48:42 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-03 13:52:56 +0000 |
commit | c11c2da697d9b75dc0489a9e70988e2c9b9f8abf (patch) | |
tree | d28643bc48667bf94bbb154957747b386d5c3b57 /documentation | |
parent | 55530d42e70ec1ceb8e68cbd4165fd96c358a29e (diff) | |
download | poky-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')
-rw-r--r-- | documentation/adt-manual/adt-command.xml | 2 |
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=<sysroot-dir> | 171 | --with-libtool-sysroot=<sysroot-dir> |
172 | </literallayout> | 172 | </literallayout> |
173 | </para> | 173 | </para> |