Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/util/mtree Correct list of d_merge* files.



details:   https://anonhg.NetBSD.org/src/rev/51996c600294
branches:  trunk
changeset: 747547:51996c600294
user:      apb <apb%NetBSD.org@localhost>
date:      Sat Sep 19 21:49:50 2009 +0000

description:
Correct list of d_merge* files.

diffstat:

 tests/util/mtree/Makefile |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (22 lines):

diff -r 6491ebf84885 -r 51996c600294 tests/util/mtree/Makefile
--- a/tests/util/mtree/Makefile Sat Sep 19 21:42:26 2009 +0000
+++ b/tests/util/mtree/Makefile Sat Sep 19 21:49:50 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2009/09/19 20:37:05 apb Exp $
+# $NetBSD: Makefile,v 1.5 2009/09/19 21:49:50 apb Exp $
 
 NOMAN=         # defined
 
@@ -15,9 +15,8 @@
 FILES+=                d_convert_D.out
 FILES+=                d_convert_D_S.out
 FILES+=                d_create.out
-FILES+=                d_merge.1.in
-FILES+=                d_merge.1.out
-FILES+=                d_merge.2.in
-FILES+=                d_merge.2.out
+FILES+=                d_merge.in
+FILES+=                d_merge_C_M.out
+FILES+=                d_merge_C_M_S.out
 
 .include <bsd.test.mk>



Home | Main Index | Thread Index | Old Index