From 12500c11cd028a3e4cbb42f43ab235ae1e5dc00e Mon Sep 17 00:00:00 2001 From: art <> Date: Tue, 1 Jan 2002 23:00:52 +0000 Subject: trivial conversions to bsd.regress.mk --- src/regress/lib/libc/_setjmp/Makefile | 10 ++-------- src/regress/lib/libc/ieeefp/except/Makefile | 10 ++-------- src/regress/lib/libc/ieeefp/round/Makefile | 10 ++-------- src/regress/lib/libc/malloc/Makefile | 12 ++---------- src/regress/lib/libc/regex/Makefile | 11 +++++++---- src/regress/lib/libc/setjmp/Makefile | 12 ++---------- src/regress/lib/libc/sigreturn/Makefile | 13 ++----------- src/regress/lib/libc/sigsetjmp/Makefile | 10 +++++----- 8 files changed, 24 insertions(+), 64 deletions(-) (limited to 'src/regress/lib') diff --git a/src/regress/lib/libc/_setjmp/Makefile b/src/regress/lib/libc/_setjmp/Makefile index cacc802840..5d58242523 100644 --- a/src/regress/lib/libc/_setjmp/Makefile +++ b/src/regress/lib/libc/_setjmp/Makefile @@ -1,17 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2001/01/29 02:05:38 niklas Exp $ +# $OpenBSD: Makefile,v 1.3 2002/01/01 23:00:51 art Exp $ # $NetBSD: Makefile,v 1.2 1995/04/20 22:38:44 cgd Exp $ PROG= _setjmptest SRCS= jmptest.c -NOMAN= noman, no way, man CFLAGS+= -DTEST_U_SETJMP .PATH: ${.CURDIR}/../setjmp -install: - -regress: ${PROG} - ./${PROG} - -.include +.include diff --git a/src/regress/lib/libc/ieeefp/except/Makefile b/src/regress/lib/libc/ieeefp/except/Makefile index ad9698f74f..e4b47eec26 100644 --- a/src/regress/lib/libc/ieeefp/except/Makefile +++ b/src/regress/lib/libc/ieeefp/except/Makefile @@ -1,13 +1,7 @@ -# $OpenBSD: Makefile,v 1.2 2001/01/29 02:05:42 niklas Exp $ +# $OpenBSD: Makefile,v 1.3 2002/01/01 23:00:51 art Exp $ # $NetBSD: Makefile,v 1.1 1995/04/26 00:27:25 jtc Exp $ PROG= except SRCS= except.c -NOMAN= -install: - -regress: ${PROG} - ./${PROG} - -.include +.include diff --git a/src/regress/lib/libc/ieeefp/round/Makefile b/src/regress/lib/libc/ieeefp/round/Makefile index c8e5c4f4d6..a54671f51e 100644 --- a/src/regress/lib/libc/ieeefp/round/Makefile +++ b/src/regress/lib/libc/ieeefp/round/Makefile @@ -1,13 +1,7 @@ -# $OpenBSD: Makefile,v 1.2 2001/01/29 02:05:42 niklas Exp $ +# $OpenBSD: Makefile,v 1.3 2002/01/01 23:00:51 art Exp $ # $NetBSD: Makefile,v 1.1 1995/04/26 00:27:27 jtc Exp $ PROG= round SRCS= round.c -NOMAN= -install: - -regress: ${PROG} - ./${PROG} - -.include +.include diff --git a/src/regress/lib/libc/malloc/Makefile b/src/regress/lib/libc/malloc/Makefile index ca8fb32343..e328451d5a 100644 --- a/src/regress/lib/libc/malloc/Makefile +++ b/src/regress/lib/libc/malloc/Makefile @@ -1,14 +1,6 @@ -# $OpenBSD: Makefile,v 1.1 2001/12/05 09:52:01 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 2002/01/01 23:00:51 art Exp $ # $NetBSD: Makefile,v 1.2 1995/04/20 22:40:13 cgd Exp $ PROG= malloc0test -NOMAN= noman, no way, man -.PATH: ${.CURDIR}/../malloc - -install: - -regress: ${PROG} - ./${PROG} - -.include +.include diff --git a/src/regress/lib/libc/regex/Makefile b/src/regress/lib/libc/regex/Makefile index 4a223b34c4..76d68a56ae 100644 --- a/src/regress/lib/libc/regex/Makefile +++ b/src/regress/lib/libc/regex/Makefile @@ -1,17 +1,20 @@ -# $OpenBSD: Makefile,v 1.3 2001/02/04 14:44:00 ericj Exp $ +# $OpenBSD: Makefile,v 1.4 2002/01/01 23:00:51 art Exp $ # $NetBSD: Makefile,v 1.2 1995/02/16 19:38:45 cgd Exp $ PROG= re SRCS= main.c split.c debug.c -NOMAN= CFLAGS+= -I${.CURDIR}/../../../../lib/libc/regex TESTS= ${.CURDIR}/tests -regress: ${PROG} +REGRESSTARGETS=do-reg do-reg-long do-reg-backref + +do-reg: ${PROG} ./re < ${TESTS} +do-reg-long: ${PROG} ./re -el < ${TESTS} +do-reg-backref: ${PROG} ./re -er < ${TESTS} -.include +.include diff --git a/src/regress/lib/libc/setjmp/Makefile b/src/regress/lib/libc/setjmp/Makefile index ebb76e004b..fc68e8d44c 100644 --- a/src/regress/lib/libc/setjmp/Makefile +++ b/src/regress/lib/libc/setjmp/Makefile @@ -1,17 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2001/01/29 02:05:45 niklas Exp $ +# $OpenBSD: Makefile,v 1.3 2002/01/01 23:00:51 art Exp $ # $NetBSD: Makefile,v 1.2 1995/04/20 22:40:13 cgd Exp $ PROG= setjmptest SRCS= jmptest.c -NOMAN= noman, no way, man CFLAGS+= -DTEST_SETJMP -.PATH: ${.CURDIR}/../setjmp - -install: - -regress: ${PROG} - ./${PROG} - -.include +.include diff --git a/src/regress/lib/libc/sigreturn/Makefile b/src/regress/lib/libc/sigreturn/Makefile index 6a40c40fe0..3212ec4635 100644 --- a/src/regress/lib/libc/sigreturn/Makefile +++ b/src/regress/lib/libc/sigreturn/Makefile @@ -1,16 +1,7 @@ -# $OpenBSD: Makefile,v 1.1 2001/12/17 02:36:00 marc Exp $ +# $OpenBSD: Makefile,v 1.2 2002/01/01 23:00:51 art Exp $ PROG= sigret -SRCS= sigret.c -NOMAN= noman DEBUG+= -ggdb -.PATH: ${.CURDIR}/../sigret - -install: - -regress: ${PROG} - ./${PROG} - -.include +.include diff --git a/src/regress/lib/libc/sigsetjmp/Makefile b/src/regress/lib/libc/sigsetjmp/Makefile index 2cab37a15e..90964b312f 100644 --- a/src/regress/lib/libc/sigsetjmp/Makefile +++ b/src/regress/lib/libc/sigsetjmp/Makefile @@ -1,18 +1,18 @@ -# $OpenBSD: Makefile,v 1.2 2001/01/29 02:05:46 niklas Exp $ +# $OpenBSD: Makefile,v 1.3 2002/01/01 23:00:52 art Exp $ # $NetBSD: Makefile,v 1.2 1995/04/20 22:40:40 cgd Exp $ PROG= sigsetjmptest SRCS= jmptest.c -NOMAN= noman, no way, man CFLAGS+= -DTEST_SIGSETJMP .PATH: ${.CURDIR}/../setjmp -install: +REGRESSTARGETS=sigsetjmp-save sigsetjmp-nosave -regress: ${PROG} +sigsetjmp-save: ${PROG} ./${PROG} save +sigsetjmp-nosave: ${PROG} ./${PROG} nosave -.include +.include -- cgit v1.2.3-55-g6feb