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