Changes between Version 1 and Version 2 of Building/Architecture/Idiom/Macros
- Timestamp:
- 11/05/09 20:59:45 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/Architecture/Idiom/Macros
v1 v2 21 21 (this invocation would be in `libraries/base/ghc.mk`). 22 22 23 Note that `eval` works like this: its argument is exp ended as normal,23 Note that `eval` works like this: its argument is expanded as normal, 24 24 and then the result is interpreted by '''make''' as makefile code. This 25 25 means the body of the `define` gets expanded ''twice''. Typically
