From 36c193b7db36da8843dc44da7b536a20f912fc9c Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 16 Jun 2009 08:57:08 +0000 Subject: [PATCH] suggest "cd ; make help" --- MAKEHELP | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/MAKEHELP b/MAKEHELP index e8d23e0..e0f2db4 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 -- 1.7.10.4