X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=distrib%2Fhc-build;h=43133f83de340e926cad93d3cee0cda4ed442963;hp=a645fa34f5eb9aec696d19dc9e69e9340eee347d;hb=0d80489c9b9f2421f65d8dd86c1e50c6bb429715;hpb=08f6d46191ffd7a4e9f215aadcd253ba42bbda3e diff --git a/distrib/hc-build b/distrib/hc-build index a645fa3..43133f8 100644 --- a/distrib/hc-build +++ b/distrib/hc-build @@ -107,6 +107,8 @@ $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 stage1/parser/hschooks.o stage1/prelude/PrimOp.o main/Config.hs stage1/main/Config.o stage1/ghc-* ghc-*) +(cd compiler; touch main/Config.hs $PRIMOP_BITS stage1/*/*.o stage1/ghc-* ghc-*) + +echo hc-build done +echo The tree should be safe to do 'make install stage=1' in. -# At this point, the tree should be safe to do 'make install stage=1' in.