Changes between Version 5 and Version 6 of Design/BuildSystem

Show
Ignore:
Timestamp:
08/21/08 02:50:01 (5 years ago)
Author:
simonmar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Design/BuildSystem

    v5 v6  
    7777  * In each subdir we support various make targets, e.g. 
    7878    * `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 dependencies  
     79    * `make all`, builds the .a, and registers (using `cabal-bin`).  Builds dependencies  
    8080      automatically (or perhaps not: calculating dependencies 
    8181      in GHC takes a while, and traditionally we've done this on demand only). 
    8282    * `make install` uses `cabal-bin`. 
    83  
    84   * Question: do we still have `Setup.hs` in each library directory?  Presumably not. 
    8583 
    8684  * libraries/Makefile just invokes `make` in the subdirs in the