Module Name: src
Committed By: lukem
Date: Sun Jan 23 23:40:37 UTC 2011
Modified Files:
src: UPDATING
Log Message:
fix typo in "-traditional-cpp"
To generate a diff of this commit:
cvs rdiff -u -r1.220 -r1.221 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.220 src/UPDATING:1.221
--- src/UPDATING:1.220 Fri Jan 21 15:59:04 2011
+++ src/UPDATING Sun Jan 23 23:40:37 2011
@@ -1,4 +1,4 @@
-$NetBSD: UPDATING,v 1.220 2011/01/21 15:59:04 joerg Exp $
+$NetBSD: UPDATING,v 1.221 2011/01/23 23:40:37 lukem 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,7 +16,7 @@
Recent changes:
^^^^^^^^^^^^^^^
20110121:
- Assembler files no longer use -tradition-cpp. This can break
+ Assembler files no longer use -traditional-cpp. This can break
the build of individual parts of the tree. This is handled
correctly by build.sh. Manual builds have to update /usr/share/mk
and re-run config(1) for any kernel configurations as needed.