Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/usr.bin/config Catch up with the current, generated Ma...
details: https://anonhg.NetBSD.org/src/rev/75ee7f990be1
branches: trunk
changeset: 340824:75ee7f990be1
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Sun Oct 04 07:59:47 2015 +0000
description:
Catch up with the current, generated Makefile format.
diffstat:
tests/usr.bin/config/t_config.sh | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r 25e9f060854b -r 75ee7f990be1 tests/usr.bin/config/t_config.sh
--- a/tests/usr.bin/config/t_config.sh Sat Oct 03 15:22:14 2015 +0000
+++ b/tests/usr.bin/config/t_config.sh Sun Oct 04 07:59:47 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_config.sh,v 1.6 2014/11/20 09:02:00 uebayasi Exp $
+# $NetBSD: t_config.sh,v 1.7 2015/10/04 07:59:47 uebayasi Exp $
#
# Copyright (c) 2008, 2010 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -147,9 +147,9 @@
{
local f=Makefile
- grep -q '^a\.o:' $f &&
- grep -q '^b\.o:' $f &&
- grep -q '^c\.o:' $f &&
+ grep -q '^ a\.c ' $f &&
+ grep -q '^ b\.c ' $f &&
+ grep -q '^ c\.c ' $f &&
:
}
select_body() {
Home |
Main Index |
Thread Index |
Old Index