Skip to content
  • Simon Marlow's avatar
    Improved infrastructure for fast-rebuilding of parts of the tree · ab1d5052
    Simon Marlow authored
    e.g.
    
      cd compiler
      make FAST=YES stage1/build/HscTypes.o
    
    builds just the specified .o file, without rebuilding dependencies,
    and omitting some of the makefile phases.  FAST=YES works anywhere, to
    omit depenencies and phases.  'make fast' is shorthand for 'make
    all FAST=YES'.
    ab1d5052