diff options
author | Paul Smith <psmith@gnu.org> | 2002-04-22 02:11:31 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2002-04-22 02:11:31 +0000 |
commit | 3a8a7a5d00c7052c46cef2342792d6a0829db897 (patch) | |
tree | bfecbd608103b0858b7845a8aacddf45fa6a481f /ChangeLog | |
parent | 7ed1a08985ee943646612563e1fc09f5d51425f8 (diff) | |
download | gunmake-3a8a7a5d00c7052c46cef2342792d6a0829db897.tar.gz |
Updates and fixes for CVS builds.
Created a README.cvs describing the procedure.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -4,6 +4,14 @@ gettext (0.11.1). We're using gettext's new "external" support, to avoid including libintl source with GNU make. + * README.cvs: New file. Explain how to build GNU make from CVS. + + * getloadavg.c (main): Include make.h in the "TEST" program to + avoid warnings. + + * Makefile.am: Remove special rules for loadavg. Replace them + with Automake capabilities for building extra programs. + * signame.c: This file does nothing if the system provide strsignal(). If not, it implements strsignal(). If the system doesn't define sys_siglist, then we make our own; otherwise we use |