summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2002-04-22 02:11:31 +0000
committerPaul Smith <psmith@gnu.org>2002-04-22 02:11:31 +0000
commit3a8a7a5d00c7052c46cef2342792d6a0829db897 (patch)
treebfecbd608103b0858b7845a8aacddf45fa6a481f /ChangeLog
parent7ed1a08985ee943646612563e1fc09f5d51425f8 (diff)
downloadgunmake-3a8a7a5d00c7052c46cef2342792d6a0829db897.tar.gz
Updates and fixes for CVS builds.
Created a README.cvs describing the procedure.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 167f495..ebfee01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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