diff options
author | Roland McGrath <roland@redhat.com> | 1993-08-01 20:28:14 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-08-01 20:28:14 +0000 |
commit | 572856fa8f2a9f98a0366a1f1e604be26334daae (patch) | |
tree | 743642a2ef1e6b80f56c9c4917804972fdc48901 | |
parent | 1d9b68aef5661de5dea3a90de98008dd58928859 (diff) | |
download | gunmake-572856fa8f2a9f98a0366a1f1e604be26334daae.tar.gz |
entered into RCS
-rw-r--r-- | README.template | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.template b/README.template index ccbc51a..b60ed02 100644 --- a/README.template +++ b/README.template @@ -14,6 +14,12 @@ It has been reported that the XLC 1.2 compiler on AIX 3.2 is buggy such that if you compile make with `cc -O' on AIX 3.2, it will not work correctly. It is said that using `cc' without `-O' does work. +One area that is often a problem in configuration and porting is the code +to check the system's current load average. To make it easier to test and +debug this code, you can do `make check-loadavg' to see if it works +properly on your system. (You must run `configure' beforehand, but you +need not build Make itself to run this test.) + See the file NEWS for what has changed since previous releases. GNU Make is fully documented in make.texinfo. See the section entitled |