Changes between Version 5 and Version 6 of Design/BuildSystem
- Timestamp:
- 08/21/08 02:50:01 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Design/BuildSystem
v5 v6 77 77 * In each subdir we support various make targets, e.g. 78 78 * `make configure`, configures the package and uses `cabal-bin` to generate `ghc-build.mk` 79 * `make all`, builds the .a, and registers (using `cabal-bin` . Builds dependencies79 * `make all`, builds the .a, and registers (using `cabal-bin`). Builds dependencies 80 80 automatically (or perhaps not: calculating dependencies 81 81 in GHC takes a while, and traditionally we've done this on demand only). 82 82 * `make install` uses `cabal-bin`. 83 84 * Question: do we still have `Setup.hs` in each library directory? Presumably not.85 83 86 84 * libraries/Makefile just invokes `make` in the subdirs in the
