Add AWK?=${TOOL_AWK} in regression tests for awk itself.

This commit is contained in:
apb 2008-10-27 20:59:22 +00:00
parent ea7b5c7aff
commit 33b84e402a
6 changed files with 17 additions and 7 deletions

View File

@ -1,9 +1,11 @@
# $NetBSD: Makefile,v 1.1 2006/07/04 03:02:21 christos Exp $
# $NetBSD: Makefile,v 1.2 2008/10/27 20:59:22 apb Exp $
NOMAN= # defined
.include <bsd.own.mk>
AWK?= ${TOOL_AWK}
CLEANFILES= result
regress:

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2005/03/23 17:28:55 he Exp $
# $NetBSD: Makefile,v 1.2 2008/10/27 20:59:22 apb Exp $
NOMAN= # defined
@ -7,7 +7,7 @@ NOMAN= # defined
CLEANFILES= result
regress:
${AWK} -f ${.CURDIR}/test.awk ${.CURDIR}/input > result
${TOOL_AWK} -f ${.CURDIR}/test.awk ${.CURDIR}/input > result
@cmp ${.CURDIR}/expected result
.include <bsd.prog.mk>

View File

@ -1,9 +1,11 @@
# $NetBSD: Makefile,v 1.1 2005/03/23 17:28:55 he Exp $
# $NetBSD: Makefile,v 1.2 2008/10/27 20:59:22 apb Exp $
NOMAN= # defined
.include <bsd.own.mk>
AWK?= ${TOOL_AWK}
CLEANFILES= result
regress:

View File

@ -1,9 +1,11 @@
# $NetBSD: Makefile,v 1.1 2005/01/13 12:26:12 yamt Exp $
# $NetBSD: Makefile,v 1.2 2008/10/27 20:59:22 apb Exp $
NOMAN= # defined
.include <bsd.own.mk>
AWK?= ${TOOL_AWK}
CLEANFILES= result
regress:

View File

@ -1,9 +1,11 @@
# $NetBSD: Makefile,v 1.1 2007/10/25 14:51:18 he Exp $
# $NetBSD: Makefile,v 1.2 2008/10/27 20:59:22 apb Exp $
NOMAN= # defined
.include <bsd.own.mk>
AWK?= ${TOOL_AWK}
CLEANFILES= result
regress:

View File

@ -1,9 +1,11 @@
# $NetBSD: Makefile,v 1.1 2007/10/25 14:51:19 he Exp $
# $NetBSD: Makefile,v 1.2 2008/10/27 20:59:22 apb Exp $
NOMAN= # defined
.include <bsd.own.mk>
AWK?= ${TOOL_AWK}
CLEANFILES= result
regress: