Module Name: src
Committed By: apb
Date: Wed Jul 23 08:37:03 UTC 2014
Modified Files:
src: UPDATING
Log Message:
How to deal with src/external/mit/lua/src: No such file or directory
To generate a diff of this commit:
cvs rdiff -u -r1.255 -r1.256 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.255 src/UPDATING:1.256
--- src/UPDATING:1.255 Fri May 30 18:33:30 2014
+++ src/UPDATING Wed Jul 23 08:37:03 2014
@@ -1,4 +1,4 @@
-$NetBSD: UPDATING,v 1.255 2014/05/30 18:33:30 joerg Exp $
+$NetBSD: UPDATING,v 1.256 2014/07/23 08:37:03 apb 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,15 @@ See also: BUILDING, build.sh, Makefile.
Recent changes:
^^^^^^^^^^^^^^^
+20140721:
+ The src/external/mit/lua/src directory was accidentally created
+ and then deleted in the CVS repository. If you get errors like
+
+ cvs [update aborted]: cannot open directory
+ /cvsroot/src/external/mit/lua/src: No such file or directory
+
+ then delete your local copy of that directory tree and try again.
+
20140530:
ARM eABI switched to DWARF based exception handling. This requires
rebuilding all C++ code. It is strongly advised to do a clean build.