mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-28 02:04:06 +00:00
Formerly README.template.~4~
This commit is contained in:
parent
2bff7aa420
commit
ef028aa4c6
1 changed files with 8 additions and 2 deletions
|
@ -2,11 +2,17 @@ This directory contains the VERSION test release of GNU Make.
|
||||||
All bugs reported for previous test releases have been fixed.
|
All bugs reported for previous test releases have been fixed.
|
||||||
Some bugs surely remain.
|
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.
|
See the file NEWS for what has changed since previous releases.
|
||||||
|
|
||||||
GNU Make is fully documented in make.texinfo. See the section entitled
|
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.
|
GNU Make is free software. See the file COPYING for copying conditions.
|
||||||
|
|
Loading…
Reference in a new issue