Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tutorials:makefile-system [2010/01/14 10:42] – 85.178.129.31 | tutorials:makefile-system [2011/12/09 22:25] (current) – old revision restored 208.86.215.38 | ||
|---|---|---|---|
| Line 56: | Line 56: | ||
| * you can edit it and tune as you wish before compilation | * you can edit it and tune as you wish before compilation | ||
| - | ==== Enable Module ==== | + | ===== Enable Module |
| If the module is not compiled by default: | If the module is not compiled by default: | ||
| Line 63: | Line 63: | ||
| * remove the name of the module from **exclude_modules** variable | * remove the name of the module from **exclude_modules** variable | ||
| - | ==== Combined Parameters ==== | + | or type: < |
| + | |||
| + | The same can be accomplished with < | ||
| + | , but this will remake the whole config. | ||
| + | |||
| + | ===== Combined Parameters | ||
| Various parameters can be given to make command, an example: | Various parameters can be given to make command, an example: | ||
| Line 75: | Line 80: | ||
| all | all | ||
| + | </ | ||
| + | |||
| + | |||
| + | or you can save them in the config (they will be used by future make invocations) by givin the same parameters to make cfg: | ||
| + | <code c> | ||
| + | make cfg prefix=/ | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| </ | </ | ||