Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Install lutok's missing test_utils.hpp header file.
details: https://anonhg.NetBSD.org/src/rev/f66acd2f6b1f
branches: trunk
changeset: 785097:f66acd2f6b1f
user: jmmv <jmmv%NetBSD.org@localhost>
date: Fri Feb 22 15:14:29 2013 +0000
description:
Install lutok's missing test_utils.hpp header file.
diffstat:
distrib/sets/lists/comp/mi | 3 ++-
external/bsd/lutok/lib/liblutok/Makefile | 5 +++--
2 files changed, 5 insertions(+), 3 deletions(-)
diffs (36 lines):
diff -r 7b1b4a3ec603 -r f66acd2f6b1f distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi Fri Feb 22 08:19:50 2013 +0000
+++ b/distrib/sets/lists/comp/mi Fri Feb 22 15:14:29 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1805 2013/02/19 06:06:39 jmmv Exp $
+# $NetBSD: mi,v 1.1806 2013/02/22 15:14:29 jmmv Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -1754,6 +1754,7 @@
./usr/include/lutok/stack_cleaner.hpp comp-c-include kyua
./usr/include/lutok/state.hpp comp-c-include kyua
./usr/include/lutok/state.ipp comp-c-include kyua
+./usr/include/lutok/test_utils.hpp comp-c-include kyua
./usr/include/lwp.h comp-c-include
./usr/include/lzf.h comp-c-include
./usr/include/lzfP.h comp-c-include
diff -r 7b1b4a3ec603 -r f66acd2f6b1f external/bsd/lutok/lib/liblutok/Makefile
--- a/external/bsd/lutok/lib/liblutok/Makefile Fri Feb 22 08:19:50 2013 +0000
+++ b/external/bsd/lutok/lib/liblutok/Makefile Fri Feb 22 15:14:29 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2013/02/16 21:29:46 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2013/02/22 15:14:31 jmmv Exp $
#NOLINT= # defined
@@ -38,7 +38,8 @@
operations.hpp \
stack_cleaner.hpp \
state.hpp \
- state.ipp
+ state.ipp \
+ test_utils.hpp
INCSDIR= /usr/include/lutok
.if ${MKSHARE} != "no"
Home |
Main Index |
Thread Index |
Old Index