diff options
author | rillig <rillig@pkgsrc.org> | 2005-05-19 10:59:10 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-05-19 10:59:10 +0000 |
commit | 7818e38937bcf816258cee4490cf198a3024fe84 (patch) | |
tree | 3593909e3591bb945cc1253dcb189f7b256d92c9 /regress/make-quoting/Makefile | |
parent | a3370ff3252ae017cdf63cc6980f1b07515147a6 (diff) | |
download | pkgsrc-7818e38937bcf816258cee4490cf198a3024fe84.tar.gz |
Simplified how the testcases are invoked.
Diffstat (limited to 'regress/make-quoting/Makefile')
-rw-r--r-- | regress/make-quoting/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/regress/make-quoting/Makefile b/regress/make-quoting/Makefile index d3ea47bd3ef..022f676b5dd 100644 --- a/regress/make-quoting/Makefile +++ b/regress/make-quoting/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/05/15 22:50:13 rillig Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/19 10:59:10 rillig Exp $ # DISTNAME= regress-make-1.0 @@ -11,11 +11,7 @@ COMMENT= Test Makefile quoting REGRESS_TESTS= continue dblquote for ltarget nestfor quoting sglquote \ vtarget bug1 -do-extract: - @${_PKG_SILENT}${_PKG_DEBUG} \ - ${MKDIR} ${WRKSRC:Q} - -do-build: +do-regress: .for t in ${REGRESS_TESTS} @${_PKG_SILENT}${_PKG_DEBUG} \ ${ECHO_MSG} "Running testcase "${t:Q}; \ |