Rev 150 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 150 | Rev 166 | ||
|---|---|---|---|
| Line 17... | Line 17... | ||
| 17 | {\em dialog} driven application is started and the developer is asked several |
17 | {\em dialog} driven application is started and the developer is asked several |
| 18 | questions regarding build configuration parameters. The answers are saved |
18 | questions regarding build configuration parameters. The answers are saved |
| 19 | in the file {\em Makefile.config} in the boot/, kernel/ and uspace/ |
19 | in the file {\em Makefile.config} in the boot/, kernel/ and uspace/ |
| 20 | directories and are automatically used for each subsequent build. |
20 | directories and are automatically used for each subsequent build. |
| 21 | 21 | ||
| 22 | To change the parameters, the user should change to the particular subsystem |
22 | In order to modify the parameters, the user should change to the particular subsystem |
| 23 | directory and type {\em make config}. When the build configuration parameter |
23 | directory and type {\em make config}. When the build configuration parameters |
| 24 | are changed, the whole subsystem should be completely rebuilt. The |
24 | are changed, the whole subsystem should be completely rebuilt. The |
| 25 | configuration system offers user to do this automatically. |
25 | configuration system offers to do this automatically for the user. |