X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=distrib%2Fhc-build;h=0771980b05875d92203d56eef1ba0b40277fee15;hp=1e3decda3129450034a621172d3cbf18424fb2cf;hb=1525a5819aa3a6eae8d8b05cfe348a2384da0c84;hpb=a3e027a34f5e956da3875ab629aa2427e520f879 diff --git a/distrib/hc-build b/distrib/hc-build index 1e3decd..0771980 100644 --- a/distrib/hc-build +++ b/distrib/hc-build @@ -105,6 +105,6 @@ $MAKE -C libraries boot all # The reconfigure step updates a few files, which can lead to # unnecessary recompilations. Touch a bunch of things here to avoid # having to recompile stuff that we've already built. -(cd compiler; touch $PRIMOP_BITS parser/hschooks.o prelude/PrimOp.o main/Config.hs main/Config.o ghc-*) +(cd compiler; touch $PRIMOP_BITS stage1/parser/hschooks.o stage1/prelude/PrimOp.o main/Config.hs stage1/main/Config.o stage1/ghc-* ghc-*) -# At this point, the tree should be safe to do 'make install' in. +# At this point, the tree should be safe to do 'make install stage=1' in.