diff options
author | Ian Lynagh <igloo@earth.li> | 2006-08-21 09:22:26 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2006-08-21 09:22:26 +0000 |
commit | b084ad5179792a9ab4dcf95038aa33e1e9154afd (patch) | |
tree | bc648683047559007a4f456b805c846c9b668d8b /distrib/hc-build | |
parent | 8c839b096be9a3fd44f4f681ed7f14fd95fe8ff9 (diff) | |
download | haskell-b084ad5179792a9ab4dcf95038aa33e1e9154afd.tar.gz |
Missing stage1's in hc-build
Add mising stage1/ directories to object files touched by hc-build, and
give stage=1 as an argument to make install.
Diffstat (limited to 'distrib/hc-build')
-rw-r--r-- | distrib/hc-build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/hc-build b/distrib/hc-build index 1e3decda31..0771980b05 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. |