From 3d328395b68f6a8264711677401ac8a049543e4a Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 15 Jun 2009 13:55:32 +0000 Subject: [PATCH] add 'make stage1_libs', to make just the stage 1 libs i.e. not dph, and hence not the stage 2 compiler. --- ghc.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ghc.mk b/ghc.mk index d6a5094..3435294 100644 --- a/ghc.mk +++ b/ghc.mk @@ -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 -- 1.7.10.4