diff options
Diffstat (limited to 'documentation/sdk-manual/working-projects.rst')
-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 |