patch applied (ghc): Do the dependency-omitting for 'make 1' in a slightly different way

Simon Marlow marlowsd at gmail.com
Tue Aug 10 06:05:44 EDT 2010


Tue Aug 10 02:34:46 PDT 2010  Simon Marlow <marlowsd at gmail.com>
  * Do the dependency-omitting for 'make 1' in a slightly different way
  
  I encountered a couple of things that broke after Ian's previous
  patch: one was my nightly build scripts that use 'make stage=2' at the
  top level, and the other is 'make fast' in libraries/base, which uses
  'stage=0' to avoid building any compilers.
  
  So my version of this patch is more direct: it just turns off the
  appropriate dependencies using a variable set by 'make 1', 'make 2',
  etc.

    M ./compiler/Makefile -3 +3
    M ./ghc/Makefile -3 +4
    M ./rules/build-dependencies.mk -7 +2

View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20100810093446-12142-c6689dd42281c2aa20cf912aa7d233e4e6e07462.gz



More information about the Cvs-ghc mailing list