From: Simon Marlow Date: Thu, 15 Jul 2010 12:59:04 +0000 (+0000) Subject: 'make fast' in a package does not build any compilers X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=93c872cfb680bb72c26da8f1fd9c9921f3211de1 'make fast' in a package does not build any compilers --- diff --git a/boot-pkgs b/boot-pkgs index 599e1b1..9dc8f4a 100644 --- a/boot-pkgs +++ b/boot-pkgs @@ -98,6 +98,7 @@ for $package (@library_dirs) { print GNUMAKEFILE "dir = ${package}\n"; print GNUMAKEFILE "TOP = ${top}\n"; print GNUMAKEFILE "include \$(TOP)/mk/sub-makefile.mk\n"; + print GNUMAKEFILE "FAST_MAKE_OPTS += stage=0\n"; close GNUMAKEFILE; } }