mirror of
https://github.com/mirror/make.git
synced 2025-01-27 12:51:07 +08:00
Add note wrt broken system makes--use build.sh.
This commit is contained in:
parent
10124ce95b
commit
e1c593016b
@ -10,6 +10,10 @@ 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.
|
||||
|
||||
Some systems' Make programs are broken and cannot process the Makefile for
|
||||
GNU Make. If you get errors from your system's Make when building GNU
|
||||
Make, try using `build.sh' instead.
|
||||
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user