diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-12-08 10:25:59 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-18 10:41:21 +0000 |
| commit | 01e5d22507e57c66452f14610ee8eb3d66ac9d71 (patch) | |
| tree | 7241fa93a3a0d11db32d042e5d70a750132ab0a1 /documentation/sdk-manual/working-projects.rst | |
| parent | 8b812b29c4b13ba028c0d66f73a6599a988486d5 (diff) | |
| download | poky-01e5d22507e57c66452f14610ee8eb3d66ac9d71.tar.gz | |
manuals: fix double colons
Fixing double colons appearing alone on a line, while
they could be put at the end of the previous line.
Sometimes placing a note after the quoted text
to avoid such a situation. It's more natural too
not to have a note between the introduction text
and the quoted section.
(From yocto-docs rev: fb054622f5119444eb947fe580253f37e0d872c6)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual/working-projects.rst')
| -rw-r--r-- | documentation/sdk-manual/working-projects.rst | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/documentation/sdk-manual/working-projects.rst b/documentation/sdk-manual/working-projects.rst index 0eddee08e3..beec1dd09a 100644 --- a/documentation/sdk-manual/working-projects.rst +++ b/documentation/sdk-manual/working-projects.rst | |||
| @@ -33,8 +33,7 @@ project: | |||
| 33 | 33 | ||
| 34 | 1. *Create a Working Directory and Populate It:* Create a clean | 34 | 1. *Create a Working Directory and Populate It:* Create a clean |
| 35 | directory for your project and then make that directory your working | 35 | directory for your project and then make that directory your working |
| 36 | location. | 36 | location:: |
| 37 | :: | ||
| 38 | 37 | ||
| 39 | $ mkdir $HOME/helloworld | 38 | $ mkdir $HOME/helloworld |
| 40 | $ cd $HOME/helloworld | 39 | $ cd $HOME/helloworld |
| @@ -146,8 +145,7 @@ project: | |||
| 146 | This next command is a simple way to verify the installation of your | 145 | This next command is a simple way to verify the installation of your |
| 147 | project. Running the command prints the architecture on which the | 146 | project. Running the command prints the architecture on which the |
| 148 | binary file can run. This architecture should be the same | 147 | binary file can run. This architecture should be the same |
| 149 | architecture that the installed cross-toolchain supports. | 148 | architecture that the installed cross-toolchain supports:: |
| 150 | :: | ||
| 151 | 149 | ||
| 152 | $ file ./tmp/usr/local/bin/hello | 150 | $ file ./tmp/usr/local/bin/hello |
| 153 | 151 | ||
| @@ -210,8 +208,7 @@ demonstrates these variable behaviors. | |||
| 210 | In a new shell environment variables are not established for the SDK | 208 | In a new shell environment variables are not established for the SDK |
| 211 | until you run the setup script. For example, the following commands show | 209 | until you run the setup script. For example, the following commands show |
| 212 | a null value for the compiler variable (i.e. | 210 | a null value for the compiler variable (i.e. |
| 213 | :term:`CC`). | 211 | :term:`CC`):: |
| 214 | :: | ||
| 215 | 212 | ||
| 216 | $ echo ${CC} | 213 | $ echo ${CC} |
| 217 | 214 | ||
| @@ -232,8 +229,7 @@ example: | |||
| 232 | 229 | ||
| 233 | 1. *Create a Working Directory and Populate It:* Create a clean | 230 | 1. *Create a Working Directory and Populate It:* Create a clean |
| 234 | directory for your project and then make that directory your working | 231 | directory for your project and then make that directory your working |
| 235 | location. | 232 | location:: |
| 236 | :: | ||
| 237 | 233 | ||
| 238 | $ mkdir $HOME/helloworld | 234 | $ mkdir $HOME/helloworld |
| 239 | $ cd $HOME/helloworld | 235 | $ cd $HOME/helloworld |
| @@ -322,8 +318,7 @@ example: | |||
| 322 | 318 | ||
| 323 | You can override the :term:`CC` environment variable with the same | 319 | You can override the :term:`CC` environment variable with the same |
| 324 | variable as set from the Makefile by uncommenting the line in the | 320 | variable as set from the Makefile by uncommenting the line in the |
| 325 | Makefile and running ``make`` again. | 321 | Makefile and running ``make`` again:: |
| 326 | :: | ||
| 327 | 322 | ||
| 328 | $ make clean | 323 | $ make clean |
| 329 | rm -rf *.o | 324 | rm -rf *.o |
