summaryrefslogtreecommitdiff
path: root/README.template
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-01-12 21:02:13 +0000
committerRoland McGrath <roland@redhat.com>1993-01-12 21:02:13 +0000
commitef028aa4c61afb7b09d3bac48f23e4c9912c2781 (patch)
tree2129e9ebdca33f36bf868755dda0df4d45c86ba3 /README.template
parent2bff7aa420a054f1c7c5be13befaab34d7f04434 (diff)
downloadgunmake-ef028aa4c61afb7b09d3bac48f23e4c9912c2781.tar.gz
Formerly README.template.~4~
Diffstat (limited to 'README.template')
-rw-r--r--README.template10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.template b/README.template
index 9c75a94..62cedd7 100644
--- a/README.template
+++ b/README.template
@@ -2,11 +2,17 @@ This directory contains the VERSION test release of GNU Make.
All bugs reported for previous test releases have been fixed.
Some bugs surely remain.
-For building and installation instructions, see the file INSTALL.
+For general building and installation instructions, see the file INSTALL.
+If you need to build GNU Make and have no other `make' program to use,
+you can use the shell script `build.sh' instead. To do this, first run
+`configure' as described in INSTALL. Then, instead of typing `make' to
+build the program, type `sh build.sh'. This should compile the program
+in the current directory. Then you will have a Make program that you can
+use for `make install', or whatever else.
See the file NEWS for what has changed since previous releases.
GNU Make is fully documented in make.texinfo. See the section entitled
-`Bugs' for information on submitting bug reports.
+`Problems and Bugs' for information on submitting bug reports.
GNU Make is free software. See the file COPYING for copying conditions.