Module Name: src
Committed By: mrg
Date: Wed Dec 4 14:47:41 UTC 2013
Modified Files:
src: UPDATING
Log Message:
add a note about GMP i wrote but forgot to commit a few days ago.
To generate a diff of this commit:
cvs rdiff -u -r1.248 -r1.249 src/UPDATING
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/UPDATING
diff -u src/UPDATING:1.248 src/UPDATING:1.249
--- src/UPDATING:1.248 Fri Nov 29 02:05:59 2013
+++ src/UPDATING Wed Dec 4 14:47:41 2013
@@ -1,4 +1,4 @@
-$NetBSD: UPDATING,v 1.248 2013/11/29 02:05:59 mrg Exp $
+$NetBSD: UPDATING,v 1.249 2013/12/04 14:47:41 mrg Exp $
This file (UPDATING) is intended to be a brief reference to recent
changes that might cause problems in the build process, and a guide for
@@ -16,6 +16,10 @@ See also: BUILDING, build.sh, Makefile.
Recent changes:
^^^^^^^^^^^^^^^
+20131129:
+ The GMP sources were updated, and builds will likely fail without
+ cleaning their build trees for both tools and in-tree, like below.
+
20131128:
The MPC and MPFR sources were updated, and builds may require their
tools and in-tree directories cleaned for successful updates.