Module Name:    src
Committed By:   kre
Date:           Wed Feb  8 10:56:12 UTC 2017

Modified Files:
        src: UPDATING

Log Message:
Note libc update build issue after change from arch/exect.S to exect.c
(The build system really should be able to cope with changes like this
one without obj dir fiddling or clean builds)


To generate a diff of this commit:
cvs rdiff -u -r1.277 -r1.278 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.277 src/UPDATING:1.278
--- src/UPDATING:1.277	Thu Jan  5 05:40:46 2017
+++ src/UPDATING	Wed Feb  8 10:56:12 2017
@@ -1,4 +1,4 @@
-$NetBSD: UPDATING,v 1.277 2017/01/05 05:40:46 martin Exp $
+$NetBSD: UPDATING,v 1.278 2017/02/08 10:56:12 kre 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
@@ -19,6 +19,12 @@ See also: BUILDING, build.sh, Makefile.
 Recent changes:
 ^^^^^^^^^^^^^^^
 
+20170107:
+	various arch dependent libc/exect.S files were removed
+	Either remove the obj directory (lib/libc) or do a
+	clean build.   (This is a bug in the make system, it should
+	be corrected without human intervention, but isn't.)
+
 20170104:
 	xinput build options have changed.
 	Remove the obj directory (external/mit/xorg/bin/xinput)

Reply via email to