diff options
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r-- | documentation/sdk-manual/working-projects.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/sdk-manual/working-projects.rst b/documentation/sdk-manual/working-projects.rst index 276daa9bb6..7483d51fa3 100644 --- a/documentation/sdk-manual/working-projects.rst +++ b/documentation/sdk-manual/working-projects.rst | |||
@@ -172,19 +172,19 @@ variables and Makefile variables during development. | |||
172 | The main point of this section is to explain the following three cases | 172 | The main point of this section is to explain the following three cases |
173 | regarding variable behavior: | 173 | regarding variable behavior: |
174 | 174 | ||
175 | - *Case 1 - No Variables Set in the Makefile Map to Equivalent | 175 | - *Case 1 --- No Variables Set in the Makefile Map to Equivalent |
176 | Environment Variables Set in the SDK Setup Script:* Because matching | 176 | Environment Variables Set in the SDK Setup Script:* Because matching |
177 | variables are not specifically set in the ``Makefile``, the variables | 177 | variables are not specifically set in the ``Makefile``, the variables |
178 | retain their values based on the environment setup script. | 178 | retain their values based on the environment setup script. |
179 | 179 | ||
180 | - *Case 2 - Variables Are Set in the Makefile that Map to Equivalent | 180 | - *Case 2 --- Variables Are Set in the Makefile that Map to Equivalent |
181 | Environment Variables from the SDK Setup Script:* Specifically | 181 | Environment Variables from the SDK Setup Script:* Specifically |
182 | setting matching variables in the ``Makefile`` during the build | 182 | setting matching variables in the ``Makefile`` during the build |
183 | results in the environment settings of the variables being | 183 | results in the environment settings of the variables being |
184 | overwritten. In this case, the variables you set in the ``Makefile`` | 184 | overwritten. In this case, the variables you set in the ``Makefile`` |
185 | are used. | 185 | are used. |
186 | 186 | ||
187 | - *Case 3 - Variables Are Set Using the Command Line that Map to | 187 | - *Case 3 --- Variables Are Set Using the Command Line that Map to |
188 | Equivalent Environment Variables from the SDK Setup Script:* | 188 | Equivalent Environment Variables from the SDK Setup Script:* |
189 | Executing the ``Makefile`` from the command line results in the | 189 | Executing the ``Makefile`` from the command line results in the |
190 | environment variables being overwritten. In this case, the | 190 | environment variables being overwritten. In this case, the |