X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc.mk;h=b6f0267da4bae927679ae3ad84fb447e94d14d65;hb=f5c113de54455bc1320da4674c70e17598832533;hp=d6a50944337dff34f5c52afa2b13a901cf1be215;hpb=c02fff61e20cc64f6c0b5010d30e13efa18ae1bb;p=ghc-hetmet.git diff --git a/ghc.mk b/ghc.mk index d6a5094..b6f0267 100644 --- a/ghc.mk +++ b/ghc.mk @@ -304,7 +304,6 @@ PACKAGES += \ extensible-exceptions \ haskell98 \ hpc \ - packedstring \ pretty \ syb \ template-haskell \ @@ -564,6 +563,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 @@ -945,3 +948,5 @@ bootstrapping-files: includes/ghcautoconf.h bootstrapping-files: includes/DerivedConstants.h bootstrapping-files: includes/GHCConstants.h +.DELETE_ON_ERROR: +