Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/tests/lib/libc Pull up following revision(s) (requested b...
details: https://anonhg.NetBSD.org/src/rev/5acfd0277681
branches: netbsd-7
changeset: 799979:5acfd0277681
user: bouyer <bouyer%NetBSD.org@localhost>
date: Sun Sep 25 11:24:26 2016 +0000
description:
Pull up following revision(s) (requested by darcy in ticket #1241):
tests/lib/libc/net/getaddrinfo/Makefile: revision 1.2
tests/lib/libc/regex/Makefile: revision 1.10
Replace MKMAN with NOMAN as suggested by christos@. Allows
userland to build when building man pages.
diffstat:
tests/lib/libc/net/getaddrinfo/Makefile | 4 ++--
tests/lib/libc/regex/Makefile | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (24 lines):
diff -r 61564723cfd0 -r 5acfd0277681 tests/lib/libc/net/getaddrinfo/Makefile
--- a/tests/lib/libc/net/getaddrinfo/Makefile Sun Sep 25 11:16:02 2016 +0000
+++ b/tests/lib/libc/net/getaddrinfo/Makefile Sun Sep 25 11:24:26 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2011/01/12 02:58:40 pgoyette Exp $
+# $NetBSD: Makefile,v 1.1.24.1 2016/09/25 11:24:26 bouyer Exp $
-MKMAN= no
+NOMAN=
.include <bsd.own.mk>
diff -r 61564723cfd0 -r 5acfd0277681 tests/lib/libc/regex/Makefile
--- a/tests/lib/libc/regex/Makefile Sun Sep 25 11:16:02 2016 +0000
+++ b/tests/lib/libc/regex/Makefile Sun Sep 25 11:24:26 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2012/08/24 20:24:40 jmmv Exp $
+# $NetBSD: Makefile,v 1.9.10.1 2016/09/25 11:24:26 bouyer Exp $
-MKMAN= no
+NOMAN=
.include <bsd.own.mk>
Home |
Main Index |
Thread Index |
Old Index