Module Name: src
Committed By: mrg
Date: Sat Jun 1 08:25:17 UTC 2013
Modified Files:
src: UPDATING
Log Message:
add a specific note about an xdm.man failure mode
To generate a diff of this commit:
cvs rdiff -u -r1.244 -r1.245 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.244 src/UPDATING:1.245
--- src/UPDATING:1.244 Fri May 31 10:39:02 2013
+++ src/UPDATING Sat Jun 1 08:25:17 2013
@@ -1,4 +1,4 @@
-$NetBSD: UPDATING,v 1.244 2013/05/31 10:39:02 mrg Exp $
+$NetBSD: UPDATING,v 1.245 2013/06/01 08:25:17 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,12 @@ See also: BUILDING, build.sh, Makefile.
Recent changes:
^^^^^^^^^^^^^^^
+20130531:
+ The xdm update may cause build failure due to xdm.man being
+ in the obj tree. Make sure to ensure any like this:
+ nbmake: nbmake: don't know how to make xdm.man. Stop
+ is fixed by deleting the xdm.man in the obj tree.
+
20130530:
Updates of many xsrc packages will leave old .pc files around.
Best to clean out the xsrc objdir entirely before rebuilds.