X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc.mk;h=d6a50944337dff34f5c52afa2b13a901cf1be215;hb=c02fff61e20cc64f6c0b5010d30e13efa18ae1bb;hp=a8993523a821aef3fae5af8ec39830bdeb598f25;hpb=d0fa68a43302da670b66dd767d7d2682685935d8;p=ghc-hetmet.git diff --git a/ghc.mk b/ghc.mk index a899352..d6a5094 100644 --- a/ghc.mk +++ b/ghc.mk @@ -20,10 +20,6 @@ # * install libgmp.a, gmp.h # * need to fix Cabal for new Windows layout, see # Distribution/Simple/GHC.configureToolchain. -# * separate the logic of whether to do something from the test for -# existence of the tool to do it. For example, rather than checking -# if $DIR_DOCBOOK_XSL or $XSLTPROC is "", we should have a variable -# for controlling the building of the docs. # * remove old Makefiles, add new stubs for building in subdirs # * utils/hsc2hs/Makefile # * utils/haddock/Makefile @@ -909,6 +905,7 @@ clean_libraries: "$(RM)" $(RM_OPTS) -r $(patsubst %, libraries/%/dist, $(PACKAGES) $(PACKAGES_STAGE2)) "$(RM)" $(RM_OPTS) -r $(patsubst %, libraries/%/dist-install, $(PACKAGES) $(PACKAGES_STAGE2)) "$(RM)" $(RM_OPTS) -r $(patsubst %, libraries/%/dist-boot, $(PACKAGES) $(PACKAGES_STAGE2)) + "$(RM)" $(RM_OPTS) $(patsubst %, libraries/%/*.buildinfo, $(PACKAGES) $(PACKAGES_STAGE2)) distclean : clean "$(RM)" $(RM_OPTS) config.cache config.status config.log mk/config.h mk/stamp-h