From: Simon Marlow Date: Mon, 15 Jun 2009 13:55:32 +0000 (+0000) Subject: add 'make stage1_libs', to make just the stage 1 libs X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=3d328395b68f6a8264711677401ac8a049543e4a;p=ghc-hetmet.git add 'make stage1_libs', to make just the stage 1 libs i.e. not dph, and hence not the stage 2 compiler. --- 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