diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-03-30 11:05:46 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-06 22:29:49 +0100 |
commit | aeb59935e91f02454cfe453d5bef77ac05e46542 (patch) | |
tree | 0354abf2df9ae979f78bc018a9c600efe06f0b2a /documentation/sdk-manual | |
parent | 9df4fd6d39820ea4eb13ba6ee7477745001ef53c (diff) | |
download | poky-aeb59935e91f02454cfe453d5bef77ac05e46542.tar.gz |
manuals: fix suspicious newlines
- That could originate from documentation migration issues
- Checked that the corresponding links still exist
(From yocto-docs rev: 38bae8f6067bc12f3617ed38587737d22dd7b32c)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r-- | documentation/sdk-manual/working-projects.rst | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/documentation/sdk-manual/working-projects.rst b/documentation/sdk-manual/working-projects.rst index bddf00a7dc..f880cbe0d5 100644 --- a/documentation/sdk-manual/working-projects.rst +++ b/documentation/sdk-manual/working-projects.rst | |||
@@ -104,10 +104,7 @@ project: | |||
104 | 104 | ||
105 | .. note:: | 105 | .. note:: |
106 | 106 | ||
107 | If you get errors from | 107 | If you get errors from ``configure.ac``, which ``autoreconf`` |
108 | configure.ac | ||
109 | , which | ||
110 | autoreconf | ||
111 | runs, that indicate missing files, you can use the "-i" option, | 108 | runs, that indicate missing files, you can use the "-i" option, |
112 | which ensures missing auxiliary files are copied to the build | 109 | which ensures missing auxiliary files are copied to the build |
113 | host. | 110 | host. |
@@ -206,9 +203,7 @@ regarding variable behavior: | |||
206 | .. note:: | 203 | .. note:: |
207 | 204 | ||
208 | Regardless of how you set your variables, if you use the "-e" option | 205 | Regardless of how you set your variables, if you use the "-e" option |
209 | with | 206 | with ``make``, the variables from the SDK setup script take precedence: |
210 | make | ||
211 | , the variables from the SDK setup script take precedence: | ||
212 | :: | 207 | :: |
213 | 208 | ||
214 | $ make -e target | 209 | $ make -e target |