Catch up with the current, generated Makefile format.
This commit is contained in:
parent
887bca8d3c
commit
8b6b28e153
@ -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.
|
# Copyright (c) 2008, 2010 The NetBSD Foundation, Inc.
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
@ -147,9 +147,9 @@ check_select()
|
|||||||
{
|
{
|
||||||
local f=Makefile
|
local f=Makefile
|
||||||
|
|
||||||
grep -q '^a\.o:' $f &&
|
grep -q '^ a\.c ' $f &&
|
||||||
grep -q '^b\.o:' $f &&
|
grep -q '^ b\.c ' $f &&
|
||||||
grep -q '^c\.o:' $f &&
|
grep -q '^ c\.c ' $f &&
|
||||||
:
|
:
|
||||||
}
|
}
|
||||||
select_body() {
|
select_body() {
|
||||||
|
Loading…
Reference in New Issue
Block a user