diff options
author | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2002-09-02 20:01:45 +0000 |
---|---|---|
committer | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2002-09-02 20:01:45 +0000 |
commit | 67e23c2a32d302f8084ffe32c86c5e5c7c9289c8 (patch) | |
tree | 93e9547fcecf5d6296eb91fac5023873ade06108 /regress/lib/libc | |
parent | 68ae2c15493086d67568a2ca26033cb97cab2d57 (diff) |
Rename a bunch of the old bsd.regress.mk variables into the new ones.
ok art@
Diffstat (limited to 'regress/lib/libc')
-rw-r--r-- | regress/lib/libc/db/Makefile | 6 | ||||
-rw-r--r-- | regress/lib/libc/getaddrinfo/Makefile | 4 | ||||
-rw-r--r-- | regress/lib/libc/longjmp/Makefile | 6 | ||||
-rw-r--r-- | regress/lib/libc/regex/Makefile | 4 | ||||
-rw-r--r-- | regress/lib/libc/sigreturn/Makefile | 4 | ||||
-rw-r--r-- | regress/lib/libc/sigsetjmp/Makefile | 6 |
6 files changed, 15 insertions, 15 deletions
diff --git a/regress/lib/libc/db/Makefile b/regress/lib/libc/db/Makefile index effbad43d2e..7d2882594da 100644 --- a/regress/lib/libc/db/Makefile +++ b/regress/lib/libc/db/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2002/08/21 22:49:41 wcobb Exp $ +# $OpenBSD: Makefile,v 1.10 2002/09/02 20:01:43 avsm Exp $ # $NetBSD: Makefile,v 1.11 1995/12/12 01:54:15 cgd Exp $ PROG= dbtest @@ -13,10 +13,10 @@ DBTARGETS=1 2 3 4 5 6 7 8 9 10 11 12 13 20 .for DT in ${DBTARGETS} db-${DT}: ${PROG} sh ${.CURDIR}/run.test ${DT} -REGRESSTARGETS+=db-${DT} +REGRESS_TARGETS+=db-${DT} .PHONY: db-${DT} .endfor -REGRESSSLOWTARGETS+=db-3 db-12 db-20 +REGRESS_SLOW_TARGETS+=db-3 db-12 db-20 .include <bsd.regress.mk> diff --git a/regress/lib/libc/getaddrinfo/Makefile b/regress/lib/libc/getaddrinfo/Makefile index 31764f3db18..4d4978a6a2a 100644 --- a/regress/lib/libc/getaddrinfo/Makefile +++ b/regress/lib/libc/getaddrinfo/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2002/08/26 13:11:41 art Exp $ +# $OpenBSD: Makefile,v 1.3 2002/09/02 20:01:43 avsm Exp $ PROG= gaitest SRCS= gaitest.c NOMAN= # defined CLEANFILES+= out -REGRESSTARGETS=do-test +REGRESS_TARGETS=do-test do-test: ${PROG} sh ${.CURDIR}/testsuite.sh >out 2>&1 diff --git a/regress/lib/libc/longjmp/Makefile b/regress/lib/libc/longjmp/Makefile index 53a310c8900..825e0f86d93 100644 --- a/regress/lib/libc/longjmp/Makefile +++ b/regress/lib/libc/longjmp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2002/02/18 11:27:45 art Exp $ +# $OpenBSD: Makefile,v 1.4 2002/09/02 20:01:43 avsm Exp $ PROG= longjmp do-longjmp: ${PROG} @@ -7,7 +7,7 @@ do-longjmp: ${PROG} do-_longjmp: ${PROG} ./longjmp -_ -REGRESSTARGETS=do-longjmp do-_longjmp -.PHONY: ${REGRESSTARGETS} +REGRESS_TARGETS=do-longjmp do-_longjmp +.PHONY: ${REGRESS_TARGETS} .include <bsd.regress.mk> diff --git a/regress/lib/libc/regex/Makefile b/regress/lib/libc/regex/Makefile index 76d68a56ae6..a29686bca41 100644 --- a/regress/lib/libc/regex/Makefile +++ b/regress/lib/libc/regex/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2002/01/01 23:00:51 art Exp $ +# $OpenBSD: Makefile,v 1.5 2002/09/02 20:01:43 avsm Exp $ # $NetBSD: Makefile,v 1.2 1995/02/16 19:38:45 cgd Exp $ PROG= re @@ -8,7 +8,7 @@ CFLAGS+= -I${.CURDIR}/../../../../lib/libc/regex TESTS= ${.CURDIR}/tests -REGRESSTARGETS=do-reg do-reg-long do-reg-backref +REGRESS_TARGETS=do-reg do-reg-long do-reg-backref do-reg: ${PROG} ./re < ${TESTS} diff --git a/regress/lib/libc/sigreturn/Makefile b/regress/lib/libc/sigreturn/Makefile index 277e1153b17..9891ba9e051 100644 --- a/regress/lib/libc/sigreturn/Makefile +++ b/regress/lib/libc/sigreturn/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.4 2002/01/04 13:53:32 art Exp $ +# $OpenBSD: Makefile,v 1.5 2002/09/02 20:01:43 avsm Exp $ PROG= sigret DEBUG+= -ggdb -REGRESSTARGETS+= sigret-normal sigret-indirect sigret-altstack +REGRESS_TARGETS+= sigret-normal sigret-indirect sigret-altstack sigret-normal: ${PROG} ./${PROG} diff --git a/regress/lib/libc/sigsetjmp/Makefile b/regress/lib/libc/sigsetjmp/Makefile index 12736245198..f88bea3b478 100644 --- a/regress/lib/libc/sigsetjmp/Makefile +++ b/regress/lib/libc/sigsetjmp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2002/02/18 11:35:09 art Exp $ +# $OpenBSD: Makefile,v 1.5 2002/09/02 20:01:43 avsm Exp $ PROG= sigsetjmptest SRCS= jmptest.c @@ -7,13 +7,13 @@ CFLAGS+= -DTEST_SIGSETJMP .PATH: ${.CURDIR}/../setjmp -REGRESSTARGETS=sigsetjmp-save sigsetjmp-nosave +REGRESS_TARGETS=sigsetjmp-save sigsetjmp-nosave sigsetjmp-save: ${PROG} ./${PROG} save sigsetjmp-nosave: ${PROG} ./${PROG} nosave -.PHONY: ${REGRESSTARGETS} +.PHONY: ${REGRESS_TARGETS} .include <bsd.regress.mk> |