Changes between Version 2 and Version 3 of Building/Modifying
- Timestamp:
- 03/31/09 03:22:02 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/Modifying
v2 v3 21 21 Here are the techniques that we use. Note, for many of these diagnosis techniques you may want to invoke 22 22 '''make''' on `ghc.mk` directly using `make -f ghc.mk`, to bypass the 23 [ #Idiom:phaseordering phase ordering] machinery of the top-level23 [wiki:Building/Architecture/Idiom/PhaseOrdering phase ordering] machinery of the top-level 24 24 `Makefile`. 25 25 … … 107 107 }}} 108 108 109 remember that variable names all begin with ''directory''_''distdir'' (see [wiki:Building/Architecture #Idiom:variablenames Idiom: variable names]), and in this case the directory is `utils/hpc`, and the distdir is just `dist`. The variable `utils/hpc_dist_MODULES` specifies the list of Haskell modules that make up the `hpc` program.109 remember that variable names all begin with ''directory''_''distdir'' (see [wiki:Building/Architecture/Idiom/VariableNames Idiom: variable names]), and in this case the directory is `utils/hpc`, and the distdir is just `dist`. The variable `utils/hpc_dist_MODULES` specifies the list of Haskell modules that make up the `hpc` program. 110 110 111 111 {{{
