X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=MAKEHELP;h=85497e984f87ebc7bbd41eaaa983505b588144fa;hp=e8d23e012657e85a2de31f35106f0c6d8fa4fd11;hb=f6d254cccd3dc25fff9ff50c2e1bea52b10345e4;hpb=2dfd2ac773482f26e393a199e9d04fc9c23d5794 diff --git a/MAKEHELP b/MAKEHELP index e8d23e0..85497e9 100644 --- a/MAKEHELP +++ b/MAKEHELP @@ -21,15 +21,9 @@ Common commands: Builds everything in the given directory. - cd compiler; make 2 + cd ; make help - Make just the stage2 compiler, ignoring dependencies. Also "make 1" to - build just the stage1 compiler. - - cd libraries; make 1 - - Build just those libraries that are built by stage1 (omit the "1" to build - all libraries, but that will also update the stage2 compiler). + Shows the targets available in make html make pdf @@ -56,6 +50,6 @@ Common commands: Various levels of cleaning: "clean" restores the tree to the state after "./configure", "distclean" restores to the state - after "sh boot", and maintainer-clean restores the tree to the + after "perl boot", and maintainer-clean restores the tree to the completely clean checked-out state.