summaryrefslogtreecommitdiff
path: root/boot-pkgs
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2010-07-15 12:59:04 +0000
committerSimon Marlow <marlowsd@gmail.com>2010-07-15 12:59:04 +0000
commit93c872cfb680bb72c26da8f1fd9c9921f3211de1 (patch)
treef4af68f72fd6c1fef9f06772b54e75b04034cb7d /boot-pkgs
parent3dd67f8333416ea6d81ef1eb91d50e0e2d29e5fe (diff)
downloadhaskell-93c872cfb680bb72c26da8f1fd9c9921f3211de1.tar.gz
'make fast' in a package does not build any compilers
Diffstat (limited to 'boot-pkgs')
-rw-r--r--boot-pkgs1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot-pkgs b/boot-pkgs
index 599e1b18e6..9dc8f4aac7 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;
}
}