Changes between Version 1 and Version 2 of Attic/Building/BuildSystem
- Timestamp:
- 10/06/06 08:21:02 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Attic/Building/BuildSystem
v1 v2 76 76 file is. It is ''not'' OK to simply say 77 77 78 {{{include ../mk/boilerplate.mk # NO NO NO}}} 78 {{{ 79 include ../mk/boilerplate.mk # NO NO NO 80 }}} 79 81 80 82 Why? Because the {{{boilerplate.mk}}} … … 213 215 {{{Makefile}}} might say: 214 216 215 {{{SRC_HC_OPTS += -O}}} 217 {{{ 218 SRC_HC_OPTS += -O 219 }}} 216 220 217 221 thereby adding "{{{-O}}}" to … … 752 756 {{{way}}} in the current directory. eg. 753 757 754 {{{$ make way=p}}} 758 {{{ 759 $ make way=p 760 }}} 755 761 756 762 will build files for the profiling way only in the current
