summaryrefslogtreecommitdiff
path: root/MAKEHELP
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-06-16 08:57:08 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-06-16 08:57:08 +0000
commit36c193b7db36da8843dc44da7b536a20f912fc9c (patch)
tree36242104bf8efd65a13f8fe83035b6b403cd9fc7 /MAKEHELP
parentf684f630a90eea64a13542c3bb0a1ab54a5067b7 (diff)
downloadhaskell-36c193b7db36da8843dc44da7b536a20f912fc9c.tar.gz
suggest "cd <dir>; make help"
Diffstat (limited to 'MAKEHELP')
-rw-r--r--MAKEHELP10
1 files changed, 2 insertions, 8 deletions
diff --git a/MAKEHELP b/MAKEHELP
index e8d23e0126..e0f2db4f59 100644
--- a/MAKEHELP
+++ b/MAKEHELP
@@ -21,15 +21,9 @@ Common commands:
Builds everything in the given directory.
- cd compiler; make 2
+ cd <dir>; 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 <dir>
make html
make pdf