make-alpha
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Build fixes due to changes in the FSF web site. [...]


From: Paul D. Smith <address@hidden>
Subject: Build fixes due to changes in the FSF web site. [...]
Date: Wed, 22 Oct 2003 00:35:32 -0400

Commit from psmith 2003-10-22 00:35 EDT
Build fixes due to changes in the FSF web site.
Add new language support.
Minor configure, etc. cleanups.
Module File name Revision
make ChangeLog 2.220 >>> 2.221
make ChangeLog.2 2.1 >>> 2.2
make Makefile.am 2.41 >>> 2.42
make README.cvs 2.10 >>> 2.11
make main.c 1.182 >>> 1.183
make maintMakefile 2.21 >>> 2.22
make doc/make.texi 1.14 >>> 1.15
make po/ChangeLog 1.6 >>> 1.7
make po/LINGUAS 1.6 >>> 1.7

make/ChangeLog   2.220 >>> 2.221
Line 1
+ 2003-10-21  Paul D. Smith  <address@hidden>
+
+ * main.c (log_working_directory): Add newlines to printf()s.
+
+ * README.cvs: Add a note to ignore warnings during autoreconf.
+
+ * maintMakefile (po_repo): Set a new URL for PO file updates.
+ (get-config/config.guess get-config/config.sub): Get these files
+ from the Savannah config project instead of ftp.gnu.org.
+
  2003-07-18  Paul D. Smith  <address@hidden>
 
  * dir.c (directory_contents_hash_1, directory_contents_hash_1)
Line 1131
  * make.texinfo, NEWS, TODO.private: Minor spelling corrections.
  Ran spell-check on make.texinfo.
 
+ 2000-06-23  Paul D. Smith  <address@hidden>
+
+ * main.c (main): Replace EXIT_SUCCESS, EXIT_FAILURE, and
+ EXIT_TROUBLE with MAKE_SUCCESS, MAKE_FAILURE, and MAKE_TROUBLE.
+ * make.h: Define these macros.
+
+ * Version 3.79.1 released.
+
+ * configure.in: Add a new option, --disable-nsec-timestamps, to
+ avoid using sub-second timestamps on systems that support it.  It
+ can lead to problems, e.g. if your makefile relies on "cp -p".
+ * README.template: Document the issue with "cp -p".
+
+ * config.guess, config.sub: Updated.
+
 
- See ChangeLog.2 for earlier changes.
+
+ See ChangeLog.2, available in the CVS repository at:
+
+ http://savannah.gnu.org/cvs/?group=make
+
+ for earlier changes.

make/ChangeLog.2   2.1 >>> 2.2
Line 1
- 2000-06-23  Paul D. Smith  <address@hidden>
-
- * main.c (main): Replace EXIT_SUCCESS, EXIT_FAILURE, and
- EXIT_TROUBLE with MAKE_SUCCESS, MAKE_FAILURE, and MAKE_TROUBLE.
- * make.h: Define these macros.
-
- * Version 3.79.1 released.
-
- * configure.in: Add a new option, --disable-nsec-timestamps, to
- avoid using sub-second timestamps on systems that support it.  It
- can lead to problems, e.g. if your makefile relies on "cp -p".
- * README.template: Document the issue with "cp -p".
-
- * config.guess, config.sub: Updated.
-
  2000-06-22  Paul D. Smith  <address@hidden>
 
  * job.c (start_job_command): Increment commands_started before the

make/po/ChangeLog   1.6 >>> 1.7
Line 1
+ 2003-10-18  Paul D. Smith  <address@hidden>
+
+ * LINGUAS: Added a new translation for Belarusian (be).
+
  2002-12-19  Paul D. Smith  <address@hidden>
 
  * LINGUAS: Added a new translation for Ukrainian (uk).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]