diff options
| author | Simon Marlow <marlowsd@gmail.com> | 2009-06-15 13:55:32 +0000 | 
|---|---|---|
| committer | Simon Marlow <marlowsd@gmail.com> | 2009-06-15 13:55:32 +0000 | 
| commit | 3d328395b68f6a8264711677401ac8a049543e4a (patch) | |
| tree | 1df465993cdad75957117bfca11f89faa124d2c4 | |
| parent | fb97019335ae012a11bbfb229b08d18316dcd1df (diff) | |
| download | haskell-3d328395b68f6a8264711677401ac8a049543e4a.tar.gz | |
add 'make stage1_libs', to make just the stage 1 libs
i.e. not dph, and hence not the stage 2 compiler.
| -rw-r--r-- | ghc.mk | 4 | 
1 files changed, 4 insertions, 0 deletions
@@ -564,6 +564,10 @@ $(foreach pkg,$(PACKAGES_STAGE2),$(eval libraries/$(pkg)_dist-install_HC_OPTS +=  # out the ones it thinks aren't supported.  libraries/base3-compat_dist-install_HC_OPTS += -XPackageImports +# A useful pseudo-target +.PHONY: stage1_libs +stage1_libs : $(ALL_STAGE1_LIBS) +  # -----------------------------------------------------------------------------  # Bootstrapping libraries  | 
