Changes between Version 3 and Version 4 of Attic/Building/BuildSystem/New
- Timestamp:
- 01/12/09 08:41:15 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Attic/Building/BuildSystem/New
v3 v4 97 97 share the same namespace. Where previously we might have had a 98 98 variable that contained a list of the Haskell source files called 99 `HS_SRCS`, now we have one of these for each directory in the build100 s ystem, so we have to give them all different names.99 `HS_SRCS`, now we have one of these for each directory in the source tree, 100 so we have to give them all different names. 101 101 102 102 The idiom that we use for distinguishing variable names is to prepend
