[commit: ghc] master: Remove ghc-pkg from the list of dep files we build during phase 0 (a8de924)

Ian Lynagh igloo at earth.li
Sat Apr 20 19:30:53 CEST 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : master

https://github.com/ghc/ghc/commit/a8de9248076644246ef1793041c0d8a80f58b50d

>---------------------------------------------------------------

commit a8de9248076644246ef1793041c0d8a80f58b50d
Author: Ian Lynagh <ian at well-typed.com>
Date:   Sat Apr 20 15:30:46 2013 +0100

    Remove ghc-pkg from the list of dep files we build during phase 0
    
    I don't think it's necessary to build ghc-pkg that early.

>---------------------------------------------------------------

 ghc.mk | 2 --
 1 file changed, 2 deletions(-)

diff --git a/ghc.mk b/ghc.mk
index ae5c3ed..2890096 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -1285,8 +1285,6 @@ endif
 # dependencies for those tools, so we build their dependency files
 # here.
 .PHONY: phase_0_builds
-phase_0_builds: $(utils/ghc-pkg_dist_depfile_haskell)
-phase_0_builds: $(utils/ghc-pkg_dist_depfile_c_asm)
 # hsc2hs is needed, e.g. to make the .hs files for hpc.
 phase_0_builds: $(utils/hsc2hs_dist_depfile_haskell)
 phase_0_builds: $(utils/hsc2hs_dist_depfile_c_asm)





More information about the ghc-commits mailing list