Changes between Version 15 and Version 16 of BuildSystem
- Timestamp:
- Mar 5, 2010, 12:09:07 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildSystem
v15 v16 146 146 {{{ 147 147 # New source code module to be compiled 148 # CONFIG_MODULES name:module_dir149 CONFIG_MODULES hello:$(CONFIGPATH)148 # %append MODULES name:module_dir 149 %append MODULES hello:$(CONFIGPATH) 150 150 }}} 151 151 … … 170 170 `%set variable content`:: 171 171 Set a variable which can be expanded using {{{$(variable)}}} syntax. Environment is initially imported as variables. Moreover {{{$(CONFIGPATH)}}} and {{{$(CONFIGSECTION)}}} are predefined special variables. 172 `%append variable content`:: 173 Appends content to a variable. 172 174 `%warning text`:: 173 175 Produce a warning message