Module Name: src
Committed By: martin
Date: Mon Jun 11 08:48:57 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
Ammend ticket #870
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.207 -r1.1.2.208 src/doc/CHANGES-8.0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-8.0
diff -u src/doc/CHANGES-8.0:1.1.2.207 src/doc/CHANGES-8.0:1.1.2.208
--- src/doc/CHANGES-8.0:1.1.2.207 Sat Jun 9 18:01:24 2018
+++ src/doc/CHANGES-8.0 Mon Jun 11 08:48:57 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.207 2018/06/09 18:01:24 martin Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.208 2018/06/11 08:48:57 martin Exp $
A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
until the 8.0 release:
@@ -13850,6 +13850,7 @@ usr.bin/make/unit-tests/varquote.exp up
usr.bin/make/unit-tests/varquote.mk upto 1.2
usr.bin/make/var.c 1.220
distrib/sets/lists/tests/mi 1.784
+sys/arch/acorn26/stand/lib/Makefile.inc (patch)
- Introduce :q modifier for make variables and make it double escape
$'s so that passing variables to recursive makes with :q works as