diff options
author | art <> | 2002-01-01 23:00:52 +0000 |
---|---|---|
committer | art <> | 2002-01-01 23:00:52 +0000 |
commit | 12500c11cd028a3e4cbb42f43ab235ae1e5dc00e (patch) | |
tree | 7f453184f0acf115b25b01951e426ecd621e37e8 /src/regress/lib | |
parent | e4fe8cb2822189b368e582b684f1b687cd745a7f (diff) | |
download | openbsd-12500c11cd028a3e4cbb42f43ab235ae1e5dc00e.tar.gz openbsd-12500c11cd028a3e4cbb42f43ab235ae1e5dc00e.tar.bz2 openbsd-12500c11cd028a3e4cbb42f43ab235ae1e5dc00e.zip |
trivial conversions to bsd.regress.mk
Diffstat (limited to 'src/regress/lib')
-rw-r--r-- | src/regress/lib/libc/_setjmp/Makefile | 10 | ||||
-rw-r--r-- | src/regress/lib/libc/ieeefp/except/Makefile | 10 | ||||
-rw-r--r-- | src/regress/lib/libc/ieeefp/round/Makefile | 10 | ||||
-rw-r--r-- | src/regress/lib/libc/malloc/Makefile | 12 | ||||
-rw-r--r-- | src/regress/lib/libc/regex/Makefile | 11 | ||||
-rw-r--r-- | src/regress/lib/libc/setjmp/Makefile | 12 | ||||
-rw-r--r-- | src/regress/lib/libc/sigreturn/Makefile | 13 | ||||
-rw-r--r-- | src/regress/lib/libc/sigsetjmp/Makefile | 10 |
8 files changed, 24 insertions, 64 deletions
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 @@ | |||
1 | # $OpenBSD: Makefile,v 1.2 2001/01/29 02:05:38 niklas Exp $ | 1 | # $OpenBSD: Makefile,v 1.3 2002/01/01 23:00:51 art Exp $ |
2 | # $NetBSD: Makefile,v 1.2 1995/04/20 22:38:44 cgd Exp $ | 2 | # $NetBSD: Makefile,v 1.2 1995/04/20 22:38:44 cgd Exp $ |
3 | 3 | ||
4 | PROG= _setjmptest | 4 | PROG= _setjmptest |
5 | SRCS= jmptest.c | 5 | SRCS= jmptest.c |
6 | NOMAN= noman, no way, man | ||
7 | 6 | ||
8 | CFLAGS+= -DTEST_U_SETJMP | 7 | CFLAGS+= -DTEST_U_SETJMP |
9 | 8 | ||
10 | .PATH: ${.CURDIR}/../setjmp | 9 | .PATH: ${.CURDIR}/../setjmp |
11 | 10 | ||
12 | install: | 11 | .include <bsd.regress.mk> |
13 | |||
14 | regress: ${PROG} | ||
15 | ./${PROG} | ||
16 | |||
17 | .include <bsd.prog.mk> | ||
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 @@ | |||
1 | # $OpenBSD: Makefile,v 1.2 2001/01/29 02:05:42 niklas Exp $ | 1 | # $OpenBSD: Makefile,v 1.3 2002/01/01 23:00:51 art Exp $ |
2 | # $NetBSD: Makefile,v 1.1 1995/04/26 00:27:25 jtc Exp $ | 2 | # $NetBSD: Makefile,v 1.1 1995/04/26 00:27:25 jtc Exp $ |
3 | 3 | ||
4 | PROG= except | 4 | PROG= except |
5 | SRCS= except.c | 5 | SRCS= except.c |
6 | NOMAN= | ||
7 | 6 | ||
8 | install: | 7 | .include <bsd.regress.mk> |
9 | |||
10 | regress: ${PROG} | ||
11 | ./${PROG} | ||
12 | |||
13 | .include <bsd.prog.mk> | ||
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 @@ | |||
1 | # $OpenBSD: Makefile,v 1.2 2001/01/29 02:05:42 niklas Exp $ | 1 | # $OpenBSD: Makefile,v 1.3 2002/01/01 23:00:51 art Exp $ |
2 | # $NetBSD: Makefile,v 1.1 1995/04/26 00:27:27 jtc Exp $ | 2 | # $NetBSD: Makefile,v 1.1 1995/04/26 00:27:27 jtc Exp $ |
3 | 3 | ||
4 | PROG= round | 4 | PROG= round |
5 | SRCS= round.c | 5 | SRCS= round.c |
6 | NOMAN= | ||
7 | 6 | ||
8 | install: | 7 | .include <bsd.regress.mk> |
9 | |||
10 | regress: ${PROG} | ||
11 | ./${PROG} | ||
12 | |||
13 | .include <bsd.prog.mk> | ||
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 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2001/12/05 09:52:01 deraadt Exp $ | 1 | # $OpenBSD: Makefile,v 1.2 2002/01/01 23:00:51 art Exp $ |
2 | # $NetBSD: Makefile,v 1.2 1995/04/20 22:40:13 cgd Exp $ | 2 | # $NetBSD: Makefile,v 1.2 1995/04/20 22:40:13 cgd Exp $ |
3 | 3 | ||
4 | PROG= malloc0test | 4 | PROG= malloc0test |
5 | NOMAN= noman, no way, man | ||
6 | 5 | ||
7 | .PATH: ${.CURDIR}/../malloc | 6 | .include <bsd.regress.mk> |
8 | |||
9 | install: | ||
10 | |||
11 | regress: ${PROG} | ||
12 | ./${PROG} | ||
13 | |||
14 | .include <bsd.prog.mk> | ||
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 @@ | |||
1 | # $OpenBSD: Makefile,v 1.3 2001/02/04 14:44:00 ericj Exp $ | 1 | # $OpenBSD: Makefile,v 1.4 2002/01/01 23:00:51 art Exp $ |
2 | # $NetBSD: Makefile,v 1.2 1995/02/16 19:38:45 cgd Exp $ | 2 | # $NetBSD: Makefile,v 1.2 1995/02/16 19:38:45 cgd Exp $ |
3 | 3 | ||
4 | PROG= re | 4 | PROG= re |
5 | SRCS= main.c split.c debug.c | 5 | SRCS= main.c split.c debug.c |
6 | NOMAN= | ||
7 | 6 | ||
8 | CFLAGS+= -I${.CURDIR}/../../../../lib/libc/regex | 7 | CFLAGS+= -I${.CURDIR}/../../../../lib/libc/regex |
9 | 8 | ||
10 | TESTS= ${.CURDIR}/tests | 9 | TESTS= ${.CURDIR}/tests |
11 | 10 | ||
12 | regress: ${PROG} | 11 | REGRESSTARGETS=do-reg do-reg-long do-reg-backref |
12 | |||
13 | do-reg: ${PROG} | ||
13 | ./re < ${TESTS} | 14 | ./re < ${TESTS} |
15 | do-reg-long: ${PROG} | ||
14 | ./re -el < ${TESTS} | 16 | ./re -el < ${TESTS} |
17 | do-reg-backref: ${PROG} | ||
15 | ./re -er < ${TESTS} | 18 | ./re -er < ${TESTS} |
16 | 19 | ||
17 | .include <bsd.prog.mk> | 20 | .include <bsd.regress.mk> |
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 @@ | |||
1 | # $OpenBSD: Makefile,v 1.2 2001/01/29 02:05:45 niklas Exp $ | 1 | # $OpenBSD: Makefile,v 1.3 2002/01/01 23:00:51 art Exp $ |
2 | # $NetBSD: Makefile,v 1.2 1995/04/20 22:40:13 cgd Exp $ | 2 | # $NetBSD: Makefile,v 1.2 1995/04/20 22:40:13 cgd Exp $ |
3 | 3 | ||
4 | PROG= setjmptest | 4 | PROG= setjmptest |
5 | SRCS= jmptest.c | 5 | SRCS= jmptest.c |
6 | NOMAN= noman, no way, man | ||
7 | 6 | ||
8 | CFLAGS+= -DTEST_SETJMP | 7 | CFLAGS+= -DTEST_SETJMP |
9 | 8 | ||
10 | .PATH: ${.CURDIR}/../setjmp | 9 | .include <bsd.regress.mk> |
11 | |||
12 | install: | ||
13 | |||
14 | regress: ${PROG} | ||
15 | ./${PROG} | ||
16 | |||
17 | .include <bsd.prog.mk> | ||
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 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2001/12/17 02:36:00 marc Exp $ | 1 | # $OpenBSD: Makefile,v 1.2 2002/01/01 23:00:51 art Exp $ |
2 | 2 | ||
3 | PROG= sigret | 3 | PROG= sigret |
4 | SRCS= sigret.c | ||
5 | NOMAN= noman | ||
6 | 4 | ||
7 | DEBUG+= -ggdb | 5 | DEBUG+= -ggdb |
8 | 6 | ||
9 | .PATH: ${.CURDIR}/../sigret | 7 | .include <bsd.regress.mk> |
10 | |||
11 | install: | ||
12 | |||
13 | regress: ${PROG} | ||
14 | ./${PROG} | ||
15 | |||
16 | .include <bsd.prog.mk> | ||
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 @@ | |||
1 | # $OpenBSD: Makefile,v 1.2 2001/01/29 02:05:46 niklas Exp $ | 1 | # $OpenBSD: Makefile,v 1.3 2002/01/01 23:00:52 art Exp $ |
2 | # $NetBSD: Makefile,v 1.2 1995/04/20 22:40:40 cgd Exp $ | 2 | # $NetBSD: Makefile,v 1.2 1995/04/20 22:40:40 cgd Exp $ |
3 | 3 | ||
4 | PROG= sigsetjmptest | 4 | PROG= sigsetjmptest |
5 | SRCS= jmptest.c | 5 | SRCS= jmptest.c |
6 | NOMAN= noman, no way, man | ||
7 | 6 | ||
8 | CFLAGS+= -DTEST_SIGSETJMP | 7 | CFLAGS+= -DTEST_SIGSETJMP |
9 | 8 | ||
10 | .PATH: ${.CURDIR}/../setjmp | 9 | .PATH: ${.CURDIR}/../setjmp |
11 | 10 | ||
12 | install: | 11 | REGRESSTARGETS=sigsetjmp-save sigsetjmp-nosave |
13 | 12 | ||
14 | regress: ${PROG} | 13 | sigsetjmp-save: ${PROG} |
15 | ./${PROG} save | 14 | ./${PROG} save |
15 | sigsetjmp-nosave: ${PROG} | ||
16 | ./${PROG} nosave | 16 | ./${PROG} nosave |
17 | 17 | ||
18 | .include <bsd.prog.mk> | 18 | .include <bsd.regress.mk> |