Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tutorials:makefile-system [2010/01/14 11:43] 85.178.129.31 |
tutorials:makefile-system [2011/12/09 23:25] (current) 208.86.215.38 old revision restored |
||
---|---|---|---|
Line 62: | Line 62: | ||
* edit **modules.lst** | * edit **modules.lst** | ||
* remove the name of the module from **exclude_modules** variable | * remove the name of the module from **exclude_modules** variable | ||
+ | |||
+ | or type: < | ||
+ | |||
+ | The same can be accomplished with < | ||
+ | , but this will remake the whole config. | ||
===== Combined Parameters ===== | ===== Combined Parameters ===== | ||
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=/ | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
</ | </ | ||